Html Css Color HEX #75733C Crete

📋 copy color: '#75733C'

red 117 ◦ green 115 ◦ blue 60

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

Shades of Crete #75733C

Tints of Crete #75733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 40.07%
G = 39.38%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75733C (or 0x75733C) is known color: Crete. HEX triplet: 75, 73 and 3C. RGB value is (117,115,60). Sum of RGB (Red+Green+Blue) = 117+115+60=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733C is #8A8CC3. Grayscale: #6D6D6D. Windows color (decimal): -9080004 or 3961717. OLE color: 3961717.

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

Color convert

RGB 117 115 60 -
CMYK 0 0.02 0.49 0.54
HSL 57.89º 0.32% 0.35% -
HSV(B) 57.89º 0.49% 0.46% -
XYZ 14.28 16.37 6.68 -
YUV 109.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 117 115 60 0 0.02 0.49 0.54 57.89 0.32 0.35
Hex 75 73 3C 0 2 31 36 3A 20 23
Octal 165 163 74 0 2 61 66 72 40 43
Binary 1110101 1110011 111100 0 10 110001 110110 111010 100000 100011

Color Harmonies of #75733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75733C

Black with #75733C

Text Example


Text Example

White with #75733C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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