Html Css Color HEX #75574E Dorado

📋 copy color: '#75574E'

red 117 ◦ green 87 ◦ blue 78

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

Shades of Dorado #75574E

Tints of Dorado #75574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 41.49%
G = 30.85%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75574E (or 0x75574E) is known color: Dorado. HEX triplet: 75, 57 and 4E. RGB value is (117,87,78). Sum of RGB (Red+Green+Blue) = 117+87+78=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75574E is #8AA8B1. Grayscale: #5F5F5F. Windows color (decimal): -9087154 or 5134197. OLE color: 5134197.

HSL color Cylindrical-coordinate representation of color #75574E: hue angle of 13.85º 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 #75574E is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 78 -
CMYK 0 0.26 0.33 0.54
HSL 13.85º 0.2% 0.38% -
HSV(B) 13.85º 0.33% 0.46% -
XYZ 12.12 11.15 8.72 -
YUV 94.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 117 87 78 0 0.26 0.33 0.54 13.85 0.2 0.38
Hex 75 57 4E 0 1A 21 36 E 14 26
Octal 165 127 116 0 32 41 66 16 24 46
Binary 1110101 1010111 1001110 0 11010 100001 110110 1110 10100 100110

Color Harmonies of #75574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75574E

Black with #75574E

Text Example


Text Example

White with #75574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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