Html Css Color HEX #78787C Dolphin

📋 copy color: '#78787C'

red 120 ◦ green 120 ◦ blue 124

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

Shades of Dolphin #78787C

Tints of Dolphin #78787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 32.97%
G = 32.97%
B = 34.07%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78787C (or 0x78787C) is known color: Dolphin. HEX triplet: 78, 78 and 7C. RGB value is (120,120,124). Sum of RGB (Red+Green+Blue) = 120+120+124=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #78787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78787C is #878783. Grayscale: #787878. Windows color (decimal): -8882052 or 8157304. OLE color: 8157304.

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

Color convert

RGB 120 120 124 -
CMYK 0.03 0.03 0 0.51
HSL 240º 0.02% 0.48% -
HSV(B) 240º 0.03% 0.49% -
XYZ 18.1 18.88 21.76 -
YUV 120.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 120 120 124 0.03 0.03 0 0.51 240 0.02 0.48
Hex 78 78 7C 3 3 0 33 F0 2 30
Octal 170 170 174 3 3 0 63 360 2 60
Binary 1111000 1111000 1111100 11 11 0 110011 11110000 10 110000

Color Harmonies of #78787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78787C

Black with #78787C

Text Example


Text Example

White with #78787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78787C; }

 p { color: rgb(120,120,124); }

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

background-color css

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

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

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

border-color css

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

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

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