Html Css Color HEX #75723C Crete

📋 copy color: '#75723C'

red 117 ◦ green 114 ◦ blue 60

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

Shades of Crete #75723C

Tints of Crete #75723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 40.21%
G = 39.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75723C (or 0x75723C) is known color: Crete. HEX triplet: 75, 72 and 3C. RGB value is (117,114,60). Sum of RGB (Red+Green+Blue) = 117+114+60=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75723C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75723C is #8A8DC3. Grayscale: #6C6C6C. Windows color (decimal): -9080260 or 3961461. OLE color: 3961461.

HSL color Cylindrical-coordinate representation of color #75723C: hue angle of 56.84º 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 #75723C is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 60 -
CMYK 0 0.03 0.49 0.54
HSL 56.84º 0.32% 0.35% -
HSV(B) 56.84º 0.49% 0.46% -
XYZ 14.17 16.14 6.64 -
YUV 108.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 117 114 60 0 0.03 0.49 0.54 56.84 0.32 0.35
Hex 75 72 3C 0 3 31 36 39 20 23
Octal 165 162 74 0 3 61 66 71 40 43
Binary 1110101 1110010 111100 0 11 110001 110110 111001 100000 100011

Color Harmonies of #75723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75723C

Black with #75723C

Text Example


Text Example

White with #75723C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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