Html Css Color HEX #757531 Crete

📋 copy color: '#757531'

red 117 ◦ green 117 ◦ blue 49

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

Shades of Crete #757531

Tints of Crete #757531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 41.34%
G = 41.34%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#757531 (or 0x757531) is known color: Crete. HEX triplet: 75, 75 and 31. RGB value is (117,117,49). Sum of RGB (Red+Green+Blue) = 117+117+49=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757531 is #8A8ACE. Grayscale: #6D6D6D. Windows color (decimal): -9079503 or 3241333. OLE color: 3241333.

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

Color convert

RGB 117 117 49 -
CMYK 0 0 0.58 0.54
HSL 60º 0.41% 0.33% -
HSV(B) 60º 0.58% 0.46% -
XYZ 14.25 16.73 5.38 -
YUV 109.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 117 117 49 0 0 0.58 0.54 60 0.41 0.33
Hex 75 75 31 0 0 3A 36 3C 29 21
Octal 165 165 61 0 0 72 66 74 51 41
Binary 1110101 1110101 110001 0 0 111010 110110 111100 101001 100001

Color Harmonies of #757531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757531

Black with #757531

Text Example


Text Example

White with #757531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757531; }

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

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

background-color css

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

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

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

border-color css

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

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

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