Html Css Color HEX #757534 Crete

📋 copy color: '#757534'

red 117 ◦ green 117 ◦ blue 52

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

Shades of Crete #757534

Tints of Crete #757534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 40.91%
G = 40.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757534 (or 0x757534) is known color: Crete. HEX triplet: 75, 75 and 34. RGB value is (117,117,52). Sum of RGB (Red+Green+Blue) = 117+117+52=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757534 is #8A8ACB. Grayscale: #6D6D6D. Windows color (decimal): -9079500 or 3437941. OLE color: 3437941.

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

Color convert

RGB 117 117 52 -
CMYK 0 0 0.56 0.54
HSL 60º 0.38% 0.33% -
HSV(B) 60º 0.56% 0.46% -
XYZ 14.32 16.75 5.73 -
YUV 109.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 117 117 52 0 0 0.56 0.54 60 0.38 0.33
Hex 75 75 34 0 0 38 36 3C 26 21
Octal 165 165 64 0 0 70 66 74 46 41
Binary 1110101 1110101 110100 0 0 111000 110110 111100 100110 100001

Color Harmonies of #757534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757534

Black with #757534

Text Example


Text Example

White with #757534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757534; }

 p { color: rgb(117,117,52); }

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

background-color css

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

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

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

border-color css

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

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

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