Html Css Color HEX #75733A Crete

📋 copy color: '#75733A'

red 117 ◦ green 115 ◦ blue 58

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

Shades of Crete #75733A

Tints of Crete #75733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 40.34%
G = 39.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75733A (or 0x75733A) is known color: Crete. HEX triplet: 75, 73 and 3A. RGB value is (117,115,58). Sum of RGB (Red+Green+Blue) = 117+115+58=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733A is #8A8CC5. Grayscale: #6D6D6D. Windows color (decimal): -9080006 or 3830645. OLE color: 3830645.

HSL color Cylindrical-coordinate representation of color #75733A: hue angle of 57.97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75733A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 58 -
CMYK 0 0.02 0.50 0.54
HSL 57.97º 0.34% 0.34% -
HSV(B) 57.97º 0.5% 0.46% -
XYZ 14.23 16.35 6.41 -
YUV 109.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 117 115 58 0 0.02 0.50 0.54 57.97 0.34 0.34
Hex 75 73 3A 0 2 32 36 3A 22 22
Octal 165 163 72 0 2 62 66 72 42 42
Binary 1110101 1110011 111010 0 10 110010 110110 111010 100010 100010

Color Harmonies of #75733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75733A

Black with #75733A

Text Example


Text Example

White with #75733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75733A; }

 p { color: rgb(117,115,58); }

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

background-color css

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

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

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

border-color css

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

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

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