Html Css Color HEX #755D4E Dorado

📋 copy color: '#755D4E'

red 117 ◦ green 93 ◦ blue 78

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

Shades of Dorado #755D4E

Tints of Dorado #755D4E

RGB

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

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

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

R = 40.63%
G = 32.29%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#755D4E (or 0x755D4E) is known color: Dorado. HEX triplet: 75, 5D and 4E. RGB value is (117,93,78). Sum of RGB (Red+Green+Blue) = 117+93+78=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D4E is #8AA2B1. Grayscale: #626262. Windows color (decimal): -9085618 or 5135733. OLE color: 5135733.

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

Color convert

RGB 117 93 78 -
CMYK 0 0.21 0.33 0.54
HSL 23.08º 0.2% 0.38% -
HSV(B) 23.08º 0.33% 0.46% -
XYZ 12.63 12.16 8.89 -
YUV 98.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 117 93 78 0 0.21 0.33 0.54 23.08 0.2 0.38
Hex 75 5D 4E 0 15 21 36 17 14 26
Octal 165 135 116 0 25 41 66 27 24 46
Binary 1110101 1011101 1001110 0 10101 100001 110110 10111 10100 100110

Color Harmonies of #755D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D4E

Black with #755D4E

Text Example


Text Example

White with #755D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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