Html Css Color HEX #755A53 Dorado

📋 copy color: '#755A53'

red 117 ◦ green 90 ◦ blue 83

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

Shades of Dorado #755A53

Tints of Dorado #755A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 40.34%
G = 31.03%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#755A53 (or 0x755A53) is known color: Dorado. HEX triplet: 75, 5A and 53. RGB value is (117,90,83). Sum of RGB (Red+Green+Blue) = 117+90+83=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A53 is #8AA5AC. Grayscale: #616161. Windows color (decimal): -9086381 or 5462645. OLE color: 5462645.

HSL color Cylindrical-coordinate representation of color #755A53: hue angle of 12.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755A53 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 83 -
CMYK 0 0.23 0.29 0.54
HSL 12.35º 0.17% 0.39% -
HSV(B) 12.35º 0.29% 0.46% -
XYZ 12.55 11.72 9.78 -
YUV 97.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 117 90 83 0 0.23 0.29 0.54 12.35 0.17 0.39
Hex 75 5A 53 0 17 1D 36 C 11 27
Octal 165 132 123 0 27 35 66 14 21 47
Binary 1110101 1011010 1010011 0 10111 11101 110110 1100 10001 100111

Color Harmonies of #755A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A53

Black with #755A53

Text Example


Text Example

White with #755A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A53; }

 p { color: rgb(117,90,83); }

 H1.HeaderClassName
 {
   color: #755A53;
 }
 .AnyTagClassName
 {
   color: #755A53;
 }
</style>

background-color css

<style>
 a { background-color: #755A53; }

 a { background-color: rgb(117,90,83); }

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

border-color css

<style>
 span { border-color: #755A53; }

 span { border-color: rgb(117,90,83); }

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