Html Css Color HEX #757732 Crete

📋 copy color: '#757732'

red 117 ◦ green 119 ◦ blue 50

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

Shades of Crete #757732

Tints of Crete #757732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 40.91%
G = 41.61%
B = 17.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#757732 (or 0x757732) is known color: Crete. HEX triplet: 75, 77 and 32. RGB value is (117,119,50). Sum of RGB (Red+Green+Blue) = 117+119+50=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #757732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757732 is #8A88CD. Grayscale: #6E6E6E. Windows color (decimal): -9078990 or 3307381. OLE color: 3307381.

HSL color Cylindrical-coordinate representation of color #757732: hue angle of 61.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #757732 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 50 -
CMYK 0.02 0 0.58 0.53
HSL 61.74º 0.41% 0.33% -
HSV(B) 61.74º 0.58% 0.47% -
XYZ 14.51 17.21 5.57 -
YUV 110.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 117 119 50 0.02 0 0.58 0.53 61.74 0.41 0.33
Hex 75 77 32 2 0 3A 35 3E 29 21
Octal 165 167 62 2 0 72 65 76 51 41
Binary 1110101 1110111 110010 10 0 111010 110101 111110 101001 100001

Color Harmonies of #757732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757732

Black with #757732

Text Example


Text Example

White with #757732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757732; }

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

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

background-color css

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

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

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

border-color css

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

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

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