Html Css Color HEX #757035 Crete

📋 copy color: '#757035'

red 117 ◦ green 112 ◦ blue 53

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

Shades of Crete #757035

Tints of Crete #757035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 41.49%
G = 39.72%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#757035 (or 0x757035) is known color: Crete. HEX triplet: 75, 70 and 35. RGB value is (117,112,53). Sum of RGB (Red+Green+Blue) = 117+112+53=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #757035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757035 is #8A8FCA. Grayscale: #6B6B6B. Windows color (decimal): -9080779 or 3502197. OLE color: 3502197.

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

Color convert

RGB 117 112 53 -
CMYK 0 0.04 0.55 0.54
HSL 55.31º 0.38% 0.33% -
HSV(B) 55.31º 0.55% 0.46% -
XYZ 13.77 15.63 5.66 -
YUV 106.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 117 112 53 0 0.04 0.55 0.54 55.31 0.38 0.33
Hex 75 70 35 0 4 37 36 37 26 21
Octal 165 160 65 0 4 67 66 67 46 41
Binary 1110101 1110000 110101 0 100 110111 110110 110111 100110 100001

Color Harmonies of #757035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757035

Black with #757035

Text Example


Text Example

White with #757035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757035; }

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

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

background-color css

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

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

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

border-color css

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

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

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