Html Css Color HEX #755B50 Dorado

📋 copy color: '#755B50'

red 117 ◦ green 91 ◦ blue 80

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

Shades of Dorado #755B50

Tints of Dorado #755B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 40.63%
G = 31.6%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#755B50 (or 0x755B50) is known color: Dorado. HEX triplet: 75, 5B and 50. RGB value is (117,91,80). Sum of RGB (Red+Green+Blue) = 117+91+80=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B50 is #8AA4AF. Grayscale: #616161. Windows color (decimal): -9086128 or 5266293. OLE color: 5266293.

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

Color convert

RGB 117 91 80 -
CMYK 0 0.22 0.32 0.54
HSL 17.84º 0.19% 0.39% -
HSV(B) 17.84º 0.32% 0.46% -
XYZ 12.53 11.84 9.22 -
YUV 97.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 117 91 80 0 0.22 0.32 0.54 17.84 0.19 0.39
Hex 75 5B 50 0 16 20 36 12 13 27
Octal 165 133 120 0 26 40 66 22 23 47
Binary 1110101 1011011 1010000 0 10110 100000 110110 10010 10011 100111

Color Harmonies of #755B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B50

Black with #755B50

Text Example


Text Example

White with #755B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,80); }

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

background-color css

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

 a { background-color: rgb(117,91,80); }

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

border-color css

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

 span { border-color: rgb(117,91,80); }

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