Html Css Color HEX #776C1D Olivetone

📋 copy color: '#776C1D'

red 119 ◦ green 108 ◦ blue 29

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

Shades of Olivetone #776C1D

Tints of Olivetone #776C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

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

R = 46.48%
G = 42.19%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#776C1D (or 0x776C1D) is known color: Olivetone. HEX triplet: 77, 6C and 1D. RGB value is (119,108,29). Sum of RGB (Red+Green+Blue) = 119+108+29=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1D is #8893E2. Grayscale: #666666. Windows color (decimal): -8950755 or 1928311. OLE color: 1928311.

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

Color convert

RGB 119 108 29 -
CMYK 0 0.09 0.76 0.53
HSL 52.67º 0.61% 0.29% -
HSV(B) 52.67º 0.76% 0.47% -
XYZ 13.19 14.74 3.31 -
YUV 102.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 119 108 29 0 0.09 0.76 0.53 52.67 0.61 0.29
Hex 77 6C 1D 0 9 4C 35 35 3D 1D
Octal 167 154 35 0 11 114 65 65 75 35
Binary 1110111 1101100 11101 0 1001 1001100 110101 110101 111101 11101

Color Harmonies of #776C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C1D

Black with #776C1D

Text Example


Text Example

White with #776C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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