Html Css Color HEX #77741B Olivetone

📋 copy color: '#77741B'

red 119 ◦ green 116 ◦ blue 27

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

Shades of Olivetone #77741B

Tints of Olivetone #77741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 45.42%
G = 44.27%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77741B (or 0x77741B) is known color: Olivetone. HEX triplet: 77, 74 and 1B. RGB value is (119,116,27). Sum of RGB (Red+Green+Blue) = 119+116+27=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77741B is #888BE4. Grayscale: #6B6B6B. Windows color (decimal): -8948709 or 1799287. OLE color: 1799287.

HSL color Cylindrical-coordinate representation of color #77741B: hue angle of 58.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77741B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 27 -
CMYK 0 0.03 0.77 0.53
HSL 58.04º 0.63% 0.29% -
HSV(B) 58.04º 0.77% 0.47% -
XYZ 14.05 16.49 3.48 -
YUV 106.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 119 116 27 0 0.03 0.77 0.53 58.04 0.63 0.29
Hex 77 74 1B 0 3 4D 35 3A 3F 1D
Octal 167 164 33 0 3 115 65 72 77 35
Binary 1110111 1110100 11011 0 11 1001101 110101 111010 111111 11101

Color Harmonies of #77741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77741B

Black with #77741B

Text Example


Text Example

White with #77741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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