Html Css Color HEX #757335 Crete

📋 copy color: '#757335'

red 117 ◦ green 115 ◦ blue 53

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

Shades of Crete #757335

Tints of Crete #757335

RGB

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

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

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

R = 41.05%
G = 40.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#757335 (or 0x757335) is known color: Crete. HEX triplet: 75, 73 and 35. RGB value is (117,115,53). Sum of RGB (Red+Green+Blue) = 117+115+53=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #757335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757335 is #8A8CCA. Grayscale: #6C6C6C. Windows color (decimal): -9080011 or 3502965. OLE color: 3502965.

HSL color Cylindrical-coordinate representation of color #757335: hue angle of 58.12º 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 #757335 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 53 -
CMYK 0 0.02 0.55 0.54
HSL 58.13º 0.38% 0.33% -
HSV(B) 58.13º 0.55% 0.46% -
XYZ 14.11 16.3 5.77 -
YUV 108.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 117 115 53 0 0.02 0.55 0.54 58.13 0.38 0.33
Hex 75 73 35 0 2 37 36 3A 26 21
Octal 165 163 65 0 2 67 66 72 46 41
Binary 1110101 1110011 110101 0 10 110111 110110 111010 100110 100001

Color Harmonies of #757335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757335

Black with #757335

Text Example


Text Example

White with #757335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757335; }

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

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

background-color css

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

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

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

border-color css

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

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

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