Html Css Color HEX #755E50 Dorado

📋 copy color: '#755E50'

red 117 ◦ green 94 ◦ blue 80

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

Shades of Dorado #755E50

Tints of Dorado #755E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 40.21%
G = 32.3%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#755E50 (or 0x755E50) is known color: Dorado. HEX triplet: 75, 5E and 50. RGB value is (117,94,80). Sum of RGB (Red+Green+Blue) = 117+94+80=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E50 is #8AA1AF. Grayscale: #636363. Windows color (decimal): -9085360 or 5267061. OLE color: 5267061.

HSL color Cylindrical-coordinate representation of color #755E50: hue angle of 22.7º 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 #755E50 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 80 -
CMYK 0 0.20 0.32 0.54
HSL 22.7º 0.19% 0.39% -
HSV(B) 22.7º 0.32% 0.46% -
XYZ 12.79 12.37 9.3 -
YUV 99.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 117 94 80 0 0.20 0.32 0.54 22.7 0.19 0.39
Hex 75 5E 50 0 14 20 36 17 13 27
Octal 165 136 120 0 24 40 66 27 23 47
Binary 1110101 1011110 1010000 0 10100 100000 110110 10111 10011 100111

Color Harmonies of #755E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E50

Black with #755E50

Text Example


Text Example

White with #755E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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