Html Css Color HEX #777726 Olivetone

📋 copy color: '#777726'

red 119 ◦ green 119 ◦ blue 38

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

Shades of Olivetone #777726

Tints of Olivetone #777726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 43.12%
G = 43.12%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#777726 (or 0x777726) is known color: Olivetone. HEX triplet: 77, 77 and 26. RGB value is (119,119,38). Sum of RGB (Red+Green+Blue) = 119+119+38=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777726 is #8888D9. Grayscale: #6E6E6E. Windows color (decimal): -8947930 or 2520951. OLE color: 2520951.

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

Color convert

RGB 119 119 38 -
CMYK 0 0 0.68 0.53
HSL 60º 0.52% 0.31% -
HSV(B) 60º 0.68% 0.47% -
XYZ 14.55 17.26 4.4 -
YUV 109.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 119 119 38 0 0 0.68 0.53 60 0.52 0.31
Hex 77 77 26 0 0 44 35 3C 34 1F
Octal 167 167 46 0 0 104 65 74 64 37
Binary 1110111 1110111 100110 0 0 1000100 110101 111100 110100 11111

Color Harmonies of #777726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777726

Black with #777726

Text Example


Text Example

White with #777726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777726; }

 p { color: rgb(119,119,38); }

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

background-color css

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

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

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

border-color css

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

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

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