Html Css Color HEX #757433 Crete

📋 copy color: '#757433'

red 117 ◦ green 116 ◦ blue 51

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

Shades of Crete #757433

Tints of Crete #757433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 41.2%
G = 40.85%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757433 (or 0x757433) is known color: Crete. HEX triplet: 75, 74 and 33. RGB value is (117,116,51). Sum of RGB (Red+Green+Blue) = 117+116+51=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #757433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757433 is #8A8BCC. Grayscale: #6D6D6D. Windows color (decimal): -9079757 or 3372149. OLE color: 3372149.

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

Color convert

RGB 117 116 51 -
CMYK 0 0.01 0.56 0.54
HSL 59.09º 0.39% 0.33% -
HSV(B) 59.09º 0.56% 0.46% -
XYZ 14.18 16.51 5.57 -
YUV 108.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 117 116 51 0 0.01 0.56 0.54 59.09 0.39 0.33
Hex 75 74 33 0 1 38 36 3B 27 21
Octal 165 164 63 0 1 70 66 73 47 41
Binary 1110101 1110100 110011 0 1 111000 110110 111011 100111 100001

Color Harmonies of #757433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757433

Black with #757433

Text Example


Text Example

White with #757433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757433; }

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

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

background-color css

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

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

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

border-color css

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

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

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