Html Css Color HEX #747539 Crete

📋 copy color: '#747539'

red 116 ◦ green 117 ◦ blue 57

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

Shades of Crete #747539

Tints of Crete #747539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 40%
G = 40.34%
B = 19.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#747539 (or 0x747539) is known color: Crete. HEX triplet: 74, 75 and 39. RGB value is (116,117,57). Sum of RGB (Red+Green+Blue) = 116+117+57=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #747539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747539 is #8B8AC6. Grayscale: #6E6E6E. Windows color (decimal): -9145031 or 3765620. OLE color: 3765620.

HSL color Cylindrical-coordinate representation of color #747539: hue angle of 61º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #747539 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 57 -
CMYK 0.01 0 0.51 0.54
HSL 61º 0.34% 0.34% -
HSV(B) 61º 0.51% 0.46% -
XYZ 14.3 16.73 6.35 -
YUV 109.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 116 117 57 0.01 0 0.51 0.54 61 0.34 0.34
Hex 74 75 39 1 0 33 36 3D 22 22
Octal 164 165 71 1 0 63 66 75 42 42
Binary 1110100 1110101 111001 1 0 110011 110110 111101 100010 100010

Color Harmonies of #747539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747539

Black with #747539

Text Example


Text Example

White with #747539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747539; }

 p { color: rgb(116,117,57); }

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

background-color css

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

 a { background-color: rgb(116,117,57); }

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

border-color css

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

 span { border-color: rgb(116,117,57); }

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