Html Css Color HEX #757533 Crete

📋 copy color: '#757533'

red 117 ◦ green 117 ◦ blue 51

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

Shades of Crete #757533

Tints of Crete #757533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 41.05%
G = 41.05%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757533 (or 0x757533) is known color: Crete. HEX triplet: 75, 75 and 33. RGB value is (117,117,51). Sum of RGB (Red+Green+Blue) = 117+117+51=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757533 is #8A8ACC. Grayscale: #6D6D6D. Windows color (decimal): -9079501 or 3372405. OLE color: 3372405.

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

Color convert

RGB 117 117 51 -
CMYK 0 0 0.56 0.54
HSL 60º 0.39% 0.33% -
HSV(B) 60º 0.56% 0.46% -
XYZ 14.29 16.74 5.61 -
YUV 109.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 117 117 51 0 0 0.56 0.54 60 0.39 0.33
Hex 75 75 33 0 0 38 36 3C 27 21
Octal 165 165 63 0 0 70 66 74 47 41
Binary 1110101 1110101 110011 0 0 111000 110110 111100 100111 100001

Color Harmonies of #757533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757533

Black with #757533

Text Example


Text Example

White with #757533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757533; }

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

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

background-color css

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

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

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

border-color css

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

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

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