Html Css Color HEX #757735 Crete

📋 copy color: '#757735'

red 117 ◦ green 119 ◦ blue 53

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

Shades of Crete #757735

Tints of Crete #757735

RGB

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

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

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

R = 40.48%
G = 41.18%
B = 18.34%

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

#757735 (or 0x757735) is known color: Crete. HEX triplet: 75, 77 and 35. RGB value is (117,119,53). Sum of RGB (Red+Green+Blue) = 117+119+53=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #757735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757735 is #8A88CA. Grayscale: #6F6F6F. Windows color (decimal): -9078987 or 3503989. OLE color: 3503989.

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

Color convert

RGB 117 119 53 -
CMYK 0.02 0 0.55 0.53
HSL 61.82º 0.38% 0.34% -
HSV(B) 61.82º 0.55% 0.47% -
XYZ 14.58 17.23 5.93 -
YUV 110.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 117 119 53 0.02 0 0.55 0.53 61.82 0.38 0.34
Hex 75 77 35 2 0 37 35 3E 26 22
Octal 165 167 65 2 0 67 65 76 46 42
Binary 1110101 1110111 110101 10 0 110111 110101 111110 100110 100010

Color Harmonies of #757735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757735

Black with #757735

Text Example


Text Example

White with #757735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757735; }

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

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

background-color css

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

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

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

border-color css

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

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

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