Html Css Color HEX #777227 Olivetone

📋 copy color: '#777227'

red 119 ◦ green 114 ◦ blue 39

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

Shades of Olivetone #777227

Tints of Olivetone #777227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 43.75%
G = 41.91%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#777227 (or 0x777227) is known color: Olivetone. HEX triplet: 77, 72 and 27. RGB value is (119,114,39). Sum of RGB (Red+Green+Blue) = 119+114+39=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #777227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777227 is #888DD8. Grayscale: #6B6B6B. Windows color (decimal): -8949209 or 2585207. OLE color: 2585207.

HSL color Cylindrical-coordinate representation of color #777227: hue angle of 56.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #777227 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 39 -
CMYK 0 0.04 0.67 0.53
HSL 56.25º 0.51% 0.31% -
HSV(B) 56.25º 0.67% 0.47% -
XYZ 13.99 16.1 4.29 -
YUV 106.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 119 114 39 0 0.04 0.67 0.53 56.25 0.51 0.31
Hex 77 72 27 0 4 43 35 38 33 1F
Octal 167 162 47 0 4 103 65 70 63 37
Binary 1110111 1110010 100111 0 100 1000011 110101 111000 110011 11111

Color Harmonies of #777227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777227

Black with #777227

Text Example


Text Example

White with #777227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777227; }

 p { color: rgb(119,114,39); }

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

background-color css

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

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

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

border-color css

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

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

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