Html Css Color HEX #75733B Crete

📋 copy color: '#75733B'

red 117 ◦ green 115 ◦ blue 59

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

Shades of Crete #75733B

Tints of Crete #75733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 40.21%
G = 39.52%
B = 20.27%

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

#75733B (or 0x75733B) is known color: Crete. HEX triplet: 75, 73 and 3B. RGB value is (117,115,59). Sum of RGB (Red+Green+Blue) = 117+115+59=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733B is #8A8CC4. Grayscale: #6D6D6D. Windows color (decimal): -9080005 or 3896181. OLE color: 3896181.

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

Color convert

RGB 117 115 59 -
CMYK 0 0.02 0.50 0.54
HSL 57.93º 0.33% 0.35% -
HSV(B) 57.93º 0.5% 0.46% -
XYZ 14.26 16.36 6.54 -
YUV 109.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 117 115 59 0 0.02 0.50 0.54 57.93 0.33 0.35
Hex 75 73 3B 0 2 32 36 3A 21 23
Octal 165 163 73 0 2 62 66 72 41 43
Binary 1110101 1110011 111011 0 10 110010 110110 111010 100001 100011

Color Harmonies of #75733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75733B

Black with #75733B

Text Example


Text Example

White with #75733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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