Html Css Color HEX #777326 Olivetone

📋 copy color: '#777326'

red 119 ◦ green 115 ◦ blue 38

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

Shades of Olivetone #777326

Tints of Olivetone #777326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.28%

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

R = 43.75%
G = 42.28%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#777326 (or 0x777326) is known color: Olivetone. HEX triplet: 77, 73 and 26. RGB value is (119,115,38). Sum of RGB (Red+Green+Blue) = 119+115+38=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #777326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777326 is #888CD9. Grayscale: #6B6B6B. Windows color (decimal): -8948954 or 2519927. OLE color: 2519927.

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

Color convert

RGB 119 115 38 -
CMYK 0 0.03 0.68 0.53
HSL 57.04º 0.52% 0.31% -
HSV(B) 57.04º 0.68% 0.47% -
XYZ 14.09 16.32 4.24 -
YUV 107.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 119 115 38 0 0.03 0.68 0.53 57.04 0.52 0.31
Hex 77 73 26 0 3 44 35 39 34 1F
Octal 167 163 46 0 3 104 65 71 64 37
Binary 1110111 1110011 100110 0 11 1000100 110101 111001 110100 11111

Color Harmonies of #777326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777326

Black with #777326

Text Example


Text Example

White with #777326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777326; }

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

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

background-color css

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

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

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

border-color css

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

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

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