Html Css Color HEX #778076 Boulder

📋 copy color: '#778076'

red 119 ◦ green 128 ◦ blue 118

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

Shades of Boulder #778076

Tints of Boulder #778076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 32.6%
G = 35.07%
B = 32.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#778076 (or 0x778076) is known color: Boulder. HEX triplet: 77, 80 and 76. RGB value is (119,128,118). Sum of RGB (Red+Green+Blue) = 119+128+118=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #778076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778076 is #887F89. Grayscale: #7C7C7C. Windows color (decimal): -8945546 or 7766135. OLE color: 7766135.

HSL color Cylindrical-coordinate representation of color #778076: hue angle of 114º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #778076 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 118 -
CMYK 0.07 0 0.08 0.50
HSL 114º 0.04% 0.48% -
HSV(B) 114º 0.08% 0.5% -
XYZ 18.6 20.67 20.15 -
YUV 124.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 119 128 118 0.07 0 0.08 0.50 114 0.04 0.48
Hex 77 80 76 7 0 8 32 72 4 30
Octal 167 200 166 7 0 10 62 162 4 60
Binary 1110111 10000000 1110110 111 0 1000 110010 1110010 100 110000

Color Harmonies of #778076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778076

Black with #778076

Text Example


Text Example

White with #778076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778076; }

 p { color: rgb(119,128,118); }

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

background-color css

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

 a { background-color: rgb(119,128,118); }

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

border-color css

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

 span { border-color: rgb(119,128,118); }

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