Html Css Color HEX #77771D Olivetone

📋 copy color: '#77771D'

red 119 ◦ green 119 ◦ blue 29

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

Shades of Olivetone #77771D

Tints of Olivetone #77771D

RGB

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

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

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

R = 44.57%
G = 44.57%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77771D (or 0x77771D) is known color: Olivetone. HEX triplet: 77, 77 and 1D. RGB value is (119,119,29). Sum of RGB (Red+Green+Blue) = 119+119+29=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77771D is #8888E2. Grayscale: #6D6D6D. Windows color (decimal): -8947939 or 1931127. OLE color: 1931127.

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

Color convert

RGB 119 119 29 -
CMYK 0 0 0.76 0.53
HSL 60º 0.61% 0.29% -
HSV(B) 60º 0.76% 0.47% -
XYZ 14.43 17.2 3.72 -
YUV 108.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 119 119 29 0 0 0.76 0.53 60 0.61 0.29
Hex 77 77 1D 0 0 4C 35 3C 3D 1D
Octal 167 167 35 0 0 114 65 74 75 35
Binary 1110111 1110111 11101 0 0 1001100 110101 111100 111101 11101

Color Harmonies of #77771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77771D

Black with #77771D

Text Example


Text Example

White with #77771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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