Html Css Color HEX #787685 Dolphin

📋 copy color: '#787685'

red 120 ◦ green 118 ◦ blue 133

#787685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #787685

Tints of Dolphin #787685

RGB

 RED value IS 120 (47.27% from 255) = 32.35%

 GREEN value IS 118 (46.48% from 255) = 31.81%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 32.35%
G = 31.81%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#787685 (or 0x787685) is known color: Dolphin. HEX triplet: 78, 76 and 85. RGB value is (120,118,133). Sum of RGB (Red+Green+Blue) = 120+118+133=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #787685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787685 is #87897A. Grayscale: #787878. Windows color (decimal): -8882555 or 8746616. OLE color: 8746616.

HSL color Cylindrical-coordinate representation of color #787685: hue angle of 248º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787685 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 118 133 -
CMYK 0.10 0.11 0 0.48
HSL 248º 0.06% 0.49% -
HSV(B) 248º 0.11% 0.52% -
XYZ 18.46 18.64 24.82 -
YUV 120.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 120 118 133 0.10 0.11 0 0.48 248 0.06 0.49
Hex 78 76 85 A B 0 30 F8 6 31
Octal 170 166 205 12 13 0 60 370 6 61
Binary 1111000 1110110 10000101 1010 1011 0 110000 11111000 110 110001

Color Harmonies of #787685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787685

Black with #787685

Text Example


Text Example

White with #787685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787685; }

 p { color: rgb(120,118,133); }

 H1.HeaderClassName
 {
   color: #787685;
 }
 .AnyTagClassName
 {
   color: #787685;
 }
</style>

background-color css

<style>
 a { background-color: #787685; }

 a { background-color: rgb(120,118,133); }

 div.DivClassName
 {
   background-color: #787685;
 }
 .BgClassName
 {
   background-color: #787685;
 }
</style>

border-color css

<style>
 span { border-color: #787685; }

 span { border-color: rgb(120,118,133); }

 td.TdClassName
 {
   border-color: #787685;
 }
 .TagClassName
 {
   border-color: #787685;
 }
</style>