Html Css Color HEX #75723A Crete

📋 copy color: '#75723A'

red 117 ◦ green 114 ◦ blue 58

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

Shades of Crete #75723A

Tints of Crete #75723A

RGB

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

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

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

R = 40.48%
G = 39.45%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75723A (or 0x75723A) is known color: Crete. HEX triplet: 75, 72 and 3A. RGB value is (117,114,58). Sum of RGB (Red+Green+Blue) = 117+114+58=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75723A is #8A8DC5. Grayscale: #6C6C6C. Windows color (decimal): -9080262 or 3830389. OLE color: 3830389.

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

Color convert

RGB 117 114 58 -
CMYK 0 0.03 0.50 0.54
HSL 56.95º 0.34% 0.34% -
HSV(B) 56.95º 0.5% 0.46% -
XYZ 14.12 16.12 6.37 -
YUV 108.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 117 114 58 0 0.03 0.50 0.54 56.95 0.34 0.34
Hex 75 72 3A 0 3 32 36 39 22 22
Octal 165 162 72 0 3 62 66 71 42 42
Binary 1110101 1110010 111010 0 11 110010 110110 111001 100010 100010

Color Harmonies of #75723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75723A

Black with #75723A

Text Example


Text Example

White with #75723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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