Html Css Color HEX #776D1F Olivetone

📋 copy color: '#776D1F'

red 119 ◦ green 109 ◦ blue 31

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

Shades of Olivetone #776D1F

Tints of Olivetone #776D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.08%

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

R = 45.95%
G = 42.08%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#776D1F (or 0x776D1F) is known color: Olivetone. HEX triplet: 77, 6D and 1F. RGB value is (119,109,31). Sum of RGB (Red+Green+Blue) = 119+109+31=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #776D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D1F is #8892E0. Grayscale: #676767. Windows color (decimal): -8950497 or 2059639. OLE color: 2059639.

HSL color Cylindrical-coordinate representation of color #776D1F: hue angle of 53.18º 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 #776D1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 31 -
CMYK 0 0.08 0.74 0.53
HSL 53.18º 0.59% 0.29% -
HSV(B) 53.18º 0.74% 0.47% -
XYZ 13.32 14.96 3.48 -
YUV 103.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 119 109 31 0 0.08 0.74 0.53 53.18 0.59 0.29
Hex 77 6D 1F 0 8 4A 35 35 3B 1D
Octal 167 155 37 0 10 112 65 65 73 35
Binary 1110111 1101101 11111 0 1000 1001010 110101 110101 111011 11101

Color Harmonies of #776D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D1F

Black with #776D1F

Text Example


Text Example

White with #776D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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