Html Css Color HEX #757736 Crete

📋 copy color: '#757736'

red 117 ◦ green 119 ◦ blue 54

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

Shades of Crete #757736

Tints of Crete #757736

RGB

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

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

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

R = 40.34%
G = 41.03%
B = 18.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#757736 (or 0x757736) is known color: Crete. HEX triplet: 75, 77 and 36. RGB value is (117,119,54). Sum of RGB (Red+Green+Blue) = 117+119+54=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #757736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757736 is #8A88C9. Grayscale: #6F6F6F. Windows color (decimal): -9078986 or 3569525. OLE color: 3569525.

HSL color Cylindrical-coordinate representation of color #757736: hue angle of 61.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #757736 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 54 -
CMYK 0.02 0 0.55 0.53
HSL 61.85º 0.38% 0.34% -
HSV(B) 61.85º 0.55% 0.47% -
XYZ 14.6 17.24 6.05 -
YUV 110.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 117 119 54 0.02 0 0.55 0.53 61.85 0.38 0.34
Hex 75 77 36 2 0 37 35 3E 26 22
Octal 165 167 66 2 0 67 65 76 46 42
Binary 1110101 1110111 110110 10 0 110111 110101 111110 100110 100010

Color Harmonies of #757736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757736

Black with #757736

Text Example


Text Example

White with #757736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757736; }

 p { color: rgb(117,119,54); }

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

background-color css

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

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

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

border-color css

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

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

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