Html Css Color HEX #75594E Dorado

📋 copy color: '#75594E'

red 117 ◦ green 89 ◦ blue 78

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

Shades of Dorado #75594E

Tints of Dorado #75594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 41.2%
G = 31.34%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75594E (or 0x75594E) is known color: Dorado. HEX triplet: 75, 59 and 4E. RGB value is (117,89,78). Sum of RGB (Red+Green+Blue) = 117+89+78=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75594E is #8AA6B1. Grayscale: #606060. Windows color (decimal): -9086642 or 5134709. OLE color: 5134709.

HSL color Cylindrical-coordinate representation of color #75594E: hue angle of 16.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75594E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 78 -
CMYK 0 0.24 0.33 0.54
HSL 16.92º 0.2% 0.38% -
HSV(B) 16.92º 0.33% 0.46% -
XYZ 12.28 11.48 8.78 -
YUV 96.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 117 89 78 0 0.24 0.33 0.54 16.92 0.2 0.38
Hex 75 59 4E 0 18 21 36 11 14 26
Octal 165 131 116 0 30 41 66 21 24 46
Binary 1110101 1011001 1001110 0 11000 100001 110110 10001 10100 100110

Color Harmonies of #75594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75594E

Black with #75594E

Text Example


Text Example

White with #75594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75594E; }

 p { color: rgb(117,89,78); }

 H1.HeaderClassName
 {
   color: #75594E;
 }
 .AnyTagClassName
 {
   color: #75594E;
 }
</style>

background-color css

<style>
 a { background-color: #75594E; }

 a { background-color: rgb(117,89,78); }

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

border-color css

<style>
 span { border-color: #75594E; }

 span { border-color: rgb(117,89,78); }

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