Html Css Color HEX #77761D Olivetone

📋 copy color: '#77761D'

red 119 ◦ green 118 ◦ blue 29

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

Shades of Olivetone #77761D

Tints of Olivetone #77761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 44.74%
G = 44.36%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77761D (or 0x77761D) is known color: Olivetone. HEX triplet: 77, 76 and 1D. RGB value is (119,118,29). Sum of RGB (Red+Green+Blue) = 119+118+29=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761D is #8889E2. Grayscale: #6C6C6C. Windows color (decimal): -8948195 or 1930871. OLE color: 1930871.

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

Color convert

RGB 119 118 29 -
CMYK 0 0.01 0.76 0.53
HSL 59.33º 0.61% 0.29% -
HSV(B) 59.33º 0.76% 0.47% -
XYZ 14.31 16.97 3.68 -
YUV 108.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 119 118 29 0 0.01 0.76 0.53 59.33 0.61 0.29
Hex 77 76 1D 0 1 4C 35 3B 3D 1D
Octal 167 166 35 0 1 114 65 73 75 35
Binary 1110111 1110110 11101 0 1 1001100 110101 111011 111101 11101

Color Harmonies of #77761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77761D

Black with #77761D

Text Example


Text Example

White with #77761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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