Html Css Color HEX #757535 Crete

📋 copy color: '#757535'

red 117 ◦ green 117 ◦ blue 53

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

Shades of Crete #757535

Tints of Crete #757535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 40.77%
G = 40.77%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#757535 (or 0x757535) is known color: Crete. HEX triplet: 75, 75 and 35. RGB value is (117,117,53). Sum of RGB (Red+Green+Blue) = 117+117+53=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757535 is #8A8ACA. Grayscale: #6D6D6D. Windows color (decimal): -9079499 or 3503477. OLE color: 3503477.

HSL color Cylindrical-coordinate representation of color #757535: 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.55%. Process color model (Four color, CMYK) of #757535 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 53 -
CMYK 0 0 0.55 0.54
HSL 60º 0.38% 0.33% -
HSV(B) 60º 0.55% 0.46% -
XYZ 14.34 16.76 5.85 -
YUV 109.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 117 117 53 0 0 0.55 0.54 60 0.38 0.33
Hex 75 75 35 0 0 37 36 3C 26 21
Octal 165 165 65 0 0 67 66 74 46 41
Binary 1110101 1110101 110101 0 0 110111 110110 111100 100110 100001

Color Harmonies of #757535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757535

Black with #757535

Text Example


Text Example

White with #757535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757535; }

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

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

background-color css

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

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

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

border-color css

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

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

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