Html Css Color HEX #755D55 Dorado

📋 copy color: '#755D55'

red 117 ◦ green 93 ◦ blue 85

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

Shades of Dorado #755D55

Tints of Dorado #755D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 39.66%
G = 31.53%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#755D55 (or 0x755D55) is known color: Dorado. HEX triplet: 75, 5D and 55. RGB value is (117,93,85). Sum of RGB (Red+Green+Blue) = 117+93+85=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D55 is #8AA2AA. Grayscale: #636363. Windows color (decimal): -9085611 or 5594485. OLE color: 5594485.

HSL color Cylindrical-coordinate representation of color #755D55: hue angle of 15º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755D55 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 85 -
CMYK 0 0.21 0.27 0.54
HSL 15º 0.16% 0.4% -
HSV(B) 15º 0.27% 0.46% -
XYZ 12.89 12.27 10.28 -
YUV 99.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 117 93 85 0 0.21 0.27 0.54 15 0.16 0.4
Hex 75 5D 55 0 15 1B 36 F 10 28
Octal 165 135 125 0 25 33 66 17 20 50
Binary 1110101 1011101 1010101 0 10101 11011 110110 1111 10000 101000

Color Harmonies of #755D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D55

Black with #755D55

Text Example


Text Example

White with #755D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,85); }

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

background-color css

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

 a { background-color: rgb(117,93,85); }

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

border-color css

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

 span { border-color: rgb(117,93,85); }

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