Html Css Color HEX #747336 Crete

📋 copy color: '#747336'

red 116 ◦ green 115 ◦ blue 54

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

Shades of Crete #747336

Tints of Crete #747336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 40.7%
G = 40.35%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#747336 (or 0x747336) is known color: Crete. HEX triplet: 74, 73 and 36. RGB value is (116,115,54). Sum of RGB (Red+Green+Blue) = 116+115+54=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #747336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747336 is #8B8CC9. Grayscale: #6C6C6C. Windows color (decimal): -9145546 or 3568500. OLE color: 3568500.

HSL color Cylindrical-coordinate representation of color #747336: hue angle of 59.03º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747336 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 54 -
CMYK 0 0.01 0.53 0.55
HSL 59.03º 0.36% 0.33% -
HSV(B) 59.03º 0.53% 0.45% -
XYZ 14 16.24 5.89 -
YUV 108.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 116 115 54 0 0.01 0.53 0.55 59.03 0.36 0.33
Hex 74 73 36 0 1 35 37 3B 24 21
Octal 164 163 66 0 1 65 67 73 44 41
Binary 1110100 1110011 110110 0 1 110101 110111 111011 100100 100001

Color Harmonies of #747336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747336

Black with #747336

Text Example


Text Example

White with #747336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747336; }

 p { color: rgb(116,115,54); }

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

background-color css

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

 a { background-color: rgb(116,115,54); }

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

border-color css

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

 span { border-color: rgb(116,115,54); }

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