Html Css Color HEX #78777B Dolphin

📋 copy color: '#78777B'

red 120 ◦ green 119 ◦ blue 123

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

Shades of Dolphin #78777B

Tints of Dolphin #78777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 33.15%
G = 32.87%
B = 33.98%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78777B (or 0x78777B) is known color: Dolphin. HEX triplet: 78, 77 and 7B. RGB value is (120,119,123). Sum of RGB (Red+Green+Blue) = 120+119+123=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 123 - color contains mainly: blue. Hex color #78777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78777B is #878884. Grayscale: #777777. Windows color (decimal): -8882309 or 8091512. OLE color: 8091512.

HSL color Cylindrical-coordinate representation of color #78777B: hue angle of 255º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #78777B is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 119 123 -
CMYK 0.02 0.03 0 0.52
HSL 255º 0.02% 0.47% -
HSV(B) 255º 0.03% 0.48% -
XYZ 17.92 18.62 21.39 -
YUV 119.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 120 119 123 0.02 0.03 0 0.52 255 0.02 0.47
Hex 78 77 7B 2 3 0 34 FF 2 2F
Octal 170 167 173 2 3 0 64 377 2 57
Binary 1111000 1110111 1111011 10 11 0 110100 11111111 10 101111

Color Harmonies of #78777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78777B

Black with #78777B

Text Example


Text Example

White with #78777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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