Html Css Color HEX #787781 Dolphin

📋 copy color: '#787781'

red 120 ◦ green 119 ◦ blue 129

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

Shades of Dolphin #787781

Tints of Dolphin #787781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 32.61%
G = 32.34%
B = 35.05%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787781 (or 0x787781) is known color: Dolphin. HEX triplet: 78, 77 and 81. RGB value is (120,119,129). Sum of RGB (Red+Green+Blue) = 120+119+129=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #787781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787781 is #87887E. Grayscale: #787878. Windows color (decimal): -8882303 or 8484728. OLE color: 8484728.

HSL color Cylindrical-coordinate representation of color #787781: hue angle of 246º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #787781 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 119 129 -
CMYK 0.07 0.08 0 0.49
HSL 246º 0.04% 0.49% -
HSV(B) 246º 0.08% 0.51% -
XYZ 18.31 18.77 23.43 -
YUV 120.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 120 119 129 0.07 0.08 0 0.49 246 0.04 0.49
Hex 78 77 81 7 8 0 31 F6 4 31
Octal 170 167 201 7 10 0 61 366 4 61
Binary 1111000 1110111 10000001 111 1000 0 110001 11110110 100 110001

Color Harmonies of #787781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787781

Black with #787781

Text Example


Text Example

White with #787781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787781; }

 p { color: rgb(120,119,129); }

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

background-color css

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

 a { background-color: rgb(120,119,129); }

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

border-color css

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

 span { border-color: rgb(120,119,129); }

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