Html Css Color HEX #787978 Boulder

📋 copy color: '#787978'

red 120 ◦ green 121 ◦ blue 120

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

Shades of Boulder #787978

Tints of Boulder #787978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 33.24%
G = 33.52%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#787978 (or 0x787978) is known color: Boulder. HEX triplet: 78, 79 and 78. RGB value is (120,121,120). Sum of RGB (Red+Green+Blue) = 120+121+120=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 121 - color contains mainly: green. Hex color #787978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787978 is #878687. Grayscale: #787878. Windows color (decimal): -8881800 or 7895416. OLE color: 7895416.

HSL color Cylindrical-coordinate representation of color #787978: hue angle of 120º degrees, saturation: 0, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #787978 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 121 120 -
CMYK 0.01 0 0.01 0.53
HSL 120º 0% 0.47% -
HSV(B) 120º 0.01% 0.47% -
XYZ 17.97 19.02 20.49 -
YUV 120.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 120 121 120 0.01 0 0.01 0.53 120 0 0.47
Hex 78 79 78 1 0 1 35 78 0 2F
Octal 170 171 170 1 0 1 65 170 0 57
Binary 1111000 1111001 1111000 1 0 1 110101 1111000 0 101111

Color Harmonies of #787978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787978

Black with #787978

Text Example


Text Example

White with #787978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787978; }

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

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

background-color css

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

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

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

border-color css

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

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

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