Html Css Color HEX #77761E Olivetone

📋 copy color: '#77761E'

red 119 ◦ green 118 ◦ blue 30

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

Shades of Olivetone #77761E

Tints of Olivetone #77761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 44.57%
G = 44.19%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77761E (or 0x77761E) is known color: Olivetone. HEX triplet: 77, 76 and 1E. RGB value is (119,118,30). Sum of RGB (Red+Green+Blue) = 119+118+30=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761E is #8889E1. Grayscale: #6C6C6C. Windows color (decimal): -8948194 or 1996407. OLE color: 1996407.

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

Color convert

RGB 119 118 30 -
CMYK 0 0.01 0.75 0.53
HSL 59.33º 0.6% 0.29% -
HSV(B) 59.33º 0.75% 0.47% -
XYZ 14.32 16.97 3.75 -
YUV 108.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 119 118 30 0 0.01 0.75 0.53 59.33 0.6 0.29
Hex 77 76 1E 0 1 4B 35 3B 3C 1D
Octal 167 166 36 0 1 113 65 73 74 35
Binary 1110111 1110110 11110 0 1 1001011 110101 111011 111100 11101

Color Harmonies of #77761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77761E

Black with #77761E

Text Example


Text Example

White with #77761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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