Html Css Color HEX #77711D Olivetone

📋 copy color: '#77711D'

red 119 ◦ green 113 ◦ blue 29

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

Shades of Olivetone #77711D

Tints of Olivetone #77711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

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

R = 45.59%
G = 43.3%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77711D (or 0x77711D) is known color: Olivetone. HEX triplet: 77, 71 and 1D. RGB value is (119,113,29). Sum of RGB (Red+Green+Blue) = 119+113+29=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77711D is #888EE2. Grayscale: #696969. Windows color (decimal): -8949475 or 1929591. OLE color: 1929591.

HSL color Cylindrical-coordinate representation of color #77711D: hue angle of 56º 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 #77711D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 29 -
CMYK 0 0.05 0.76 0.53
HSL 56º 0.61% 0.29% -
HSV(B) 56º 0.76% 0.47% -
XYZ 13.73 15.82 3.49 -
YUV 105.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 119 113 29 0 0.05 0.76 0.53 56 0.61 0.29
Hex 77 71 1D 0 5 4C 35 38 3D 1D
Octal 167 161 35 0 5 114 65 70 75 35
Binary 1110111 1110001 11101 0 101 1001100 110101 111000 111101 11101

Color Harmonies of #77711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77711D

Black with #77711D

Text Example


Text Example

White with #77711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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