Html Css Color HEX #777427 Olivetone

📋 copy color: '#777427'

red 119 ◦ green 116 ◦ blue 39

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

Shades of Olivetone #777427

Tints of Olivetone #777427

RGB

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

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

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

R = 43.43%
G = 42.34%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#777427 (or 0x777427) is known color: Olivetone. HEX triplet: 77, 74 and 27. RGB value is (119,116,39). Sum of RGB (Red+Green+Blue) = 119+116+39=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #777427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777427 is #888BD8. Grayscale: #6C6C6C. Windows color (decimal): -8948697 or 2585719. OLE color: 2585719.

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

Color convert

RGB 119 116 39 -
CMYK 0 0.03 0.67 0.53
HSL 57.75º 0.51% 0.31% -
HSV(B) 57.75º 0.67% 0.47% -
XYZ 14.22 16.56 4.37 -
YUV 108.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 119 116 39 0 0.03 0.67 0.53 57.75 0.51 0.31
Hex 77 74 27 0 3 43 35 3A 33 1F
Octal 167 164 47 0 3 103 65 72 63 37
Binary 1110111 1110100 100111 0 11 1000011 110101 111010 110011 11111

Color Harmonies of #777427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777427

Black with #777427

Text Example


Text Example

White with #777427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777427; }

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

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

background-color css

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

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

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

border-color css

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

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

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