Html Css Color HEX #747726 Olivetone

📋 copy color: '#747726'

red 116 ◦ green 119 ◦ blue 38

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

Shades of Olivetone #747726

Tints of Olivetone #747726

RGB

 RED value IS 116 (45.7% from 255) = 42.49%

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

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

R = 42.49%
G = 43.59%
B = 13.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#747726 (or 0x747726) is known color: Olivetone. HEX triplet: 74, 77 and 26. RGB value is (116,119,38). Sum of RGB (Red+Green+Blue) = 116+119+38=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #747726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747726 is #8B88D9. Grayscale: #6D6D6D. Windows color (decimal): -9144538 or 2520948. OLE color: 2520948.

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

Color convert

RGB 116 119 38 -
CMYK 0.03 0 0.68 0.53
HSL 62.22º 0.52% 0.31% -
HSV(B) 62.22º 0.68% 0.47% -
XYZ 14.15 17.05 4.38 -
YUV 108.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 116 119 38 0.03 0 0.68 0.53 62.22 0.52 0.31
Hex 74 77 26 3 0 44 35 3E 34 1F
Octal 164 167 46 3 0 104 65 76 64 37
Binary 1110100 1110111 100110 11 0 1000100 110101 111110 110100 11111

Color Harmonies of #747726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747726

Black with #747726

Text Example


Text Example

White with #747726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747726; }

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

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

background-color css

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

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

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

border-color css

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

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

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