Html Css Color HEX #77741C Olivetone

📋 copy color: '#77741C'

red 119 ◦ green 116 ◦ blue 28

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

Shades of Olivetone #77741C

Tints of Olivetone #77741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 45.25%
G = 44.11%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77741C (or 0x77741C) is known color: Olivetone. HEX triplet: 77, 74 and 1C. RGB value is (119,116,28). Sum of RGB (Red+Green+Blue) = 119+116+28=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77741C is #888BE3. Grayscale: #6B6B6B. Windows color (decimal): -8948708 or 1864823. OLE color: 1864823.

HSL color Cylindrical-coordinate representation of color #77741C: hue angle of 58.02º degrees, saturation: 0.62, 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 #77741C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 28 -
CMYK 0 0.03 0.76 0.53
HSL 58.02º 0.62% 0.29% -
HSV(B) 58.02º 0.76% 0.47% -
XYZ 14.06 16.5 3.54 -
YUV 106.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 119 116 28 0 0.03 0.76 0.53 58.02 0.62 0.29
Hex 77 74 1C 0 3 4C 35 3A 3E 1D
Octal 167 164 34 0 3 114 65 72 76 35
Binary 1110111 1110100 11100 0 11 1001100 110101 111010 111110 11101

Color Harmonies of #77741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77741C

Black with #77741C

Text Example


Text Example

White with #77741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77741C; }

 p { color: rgb(119,116,28); }

 H1.HeaderClassName
 {
   color: #77741C;
 }
 .AnyTagClassName
 {
   color: #77741C;
 }
</style>

background-color css

<style>
 a { background-color: #77741C; }

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

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

border-color css

<style>
 span { border-color: #77741C; }

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

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