Html Css Color HEX #776F1F Olivetone

📋 copy color: '#776F1F'

red 119 ◦ green 111 ◦ blue 31

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

Shades of Olivetone #776F1F

Tints of Olivetone #776F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 45.59%
G = 42.53%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#776F1F (or 0x776F1F) is known color: Olivetone. HEX triplet: 77, 6F and 1F. RGB value is (119,111,31). Sum of RGB (Red+Green+Blue) = 119+111+31=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F1F is #8890E0. Grayscale: #686868. Windows color (decimal): -8949985 or 2060151. OLE color: 2060151.

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

Color convert

RGB 119 111 31 -
CMYK 0 0.07 0.74 0.53
HSL 54.55º 0.59% 0.29% -
HSV(B) 54.55º 0.74% 0.47% -
XYZ 13.54 15.39 3.55 -
YUV 104.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 119 111 31 0 0.07 0.74 0.53 54.55 0.59 0.29
Hex 77 6F 1F 0 7 4A 35 37 3B 1D
Octal 167 157 37 0 7 112 65 67 73 35
Binary 1110111 1101111 11111 0 111 1001010 110101 110111 111011 11101

Color Harmonies of #776F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F1F

Black with #776F1F

Text Example


Text Example

White with #776F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F1F; }

 p { color: rgb(119,111,31); }

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

background-color css

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

 a { background-color: rgb(119,111,31); }

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

border-color css

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

 span { border-color: rgb(119,111,31); }

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