Html Css Color HEX #755D4F Dorado

📋 copy color: '#755D4F'

red 117 ◦ green 93 ◦ blue 79

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

Shades of Dorado #755D4F

Tints of Dorado #755D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 40.48%
G = 32.18%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#755D4F (or 0x755D4F) is known color: Dorado. HEX triplet: 75, 5D and 4F. RGB value is (117,93,79). Sum of RGB (Red+Green+Blue) = 117+93+79=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D4F is #8AA2B0. Grayscale: #626262. Windows color (decimal): -9085617 or 5201269. OLE color: 5201269.

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

Color convert

RGB 117 93 79 -
CMYK 0 0.21 0.32 0.54
HSL 22.11º 0.19% 0.38% -
HSV(B) 22.11º 0.32% 0.46% -
XYZ 12.66 12.18 9.08 -
YUV 98.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 117 93 79 0 0.21 0.32 0.54 22.11 0.19 0.38
Hex 75 5D 4F 0 15 20 36 16 13 26
Octal 165 135 117 0 25 40 66 26 23 46
Binary 1110101 1011101 1001111 0 10101 100000 110110 10110 10011 100110

Color Harmonies of #755D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D4F

Black with #755D4F

Text Example


Text Example

White with #755D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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