Html Css Color HEX #78787D Dolphin

📋 copy color: '#78787D'

red 120 ◦ green 120 ◦ blue 125

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

Shades of Dolphin #78787D

Tints of Dolphin #78787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 32.88%
G = 32.88%
B = 34.25%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78787D (or 0x78787D) is known color: Dolphin. HEX triplet: 78, 78 and 7D. RGB value is (120,120,125). Sum of RGB (Red+Green+Blue) = 120+120+125=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 125 - color contains mainly: blue. Hex color #78787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78787D is #878782. Grayscale: #787878. Windows color (decimal): -8882051 or 8222840. OLE color: 8222840.

HSL color Cylindrical-coordinate representation of color #78787D: 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.04%. Process color model (Four color, CMYK) of #78787D is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 120 125 -
CMYK 0.04 0.04 0 0.51
HSL 240º 0.02% 0.48% -
HSV(B) 240º 0.04% 0.49% -
XYZ 18.16 18.91 22.09 -
YUV 120.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 120 120 125 0.04 0.04 0 0.51 240 0.02 0.48
Hex 78 78 7D 4 4 0 33 F0 2 30
Octal 170 170 175 4 4 0 63 360 2 60
Binary 1111000 1111000 1111101 100 100 0 110011 11110000 10 110000

Color Harmonies of #78787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78787D

Black with #78787D

Text Example


Text Example

White with #78787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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