Html Css Color HEX #78777E Dolphin

📋 copy color: '#78777E'

red 120 ◦ green 119 ◦ blue 126

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

Shades of Dolphin #78777E

Tints of Dolphin #78777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 32.88%
G = 32.6%
B = 34.52%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78777E (or 0x78777E) is known color: Dolphin. HEX triplet: 78, 77 and 7E. RGB value is (120,119,126). Sum of RGB (Red+Green+Blue) = 120+119+126=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 126 - color contains mainly: blue. Hex color #78777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78777E is #878881. Grayscale: #787878. Windows color (decimal): -8882306 or 8288120. OLE color: 8288120.

HSL color Cylindrical-coordinate representation of color #78777E: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78777E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 119 126 -
CMYK 0.05 0.06 0 0.51
HSL 248.57º 0.03% 0.48% -
HSV(B) 248.57º 0.06% 0.49% -
XYZ 18.11 18.69 22.39 -
YUV 120.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 120 119 126 0.05 0.06 0 0.51 248.57 0.03 0.48
Hex 78 77 7E 5 6 0 33 F9 3 30
Octal 170 167 176 5 6 0 63 371 3 60
Binary 1111000 1110111 1111110 101 110 0 110011 11111001 11 110000

Color Harmonies of #78777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78777E

Black with #78777E

Text Example


Text Example

White with #78777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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