Html Css Color HEX #755E4F Dorado

📋 copy color: '#755E4F'

red 117 ◦ green 94 ◦ blue 79

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

Shades of Dorado #755E4F

Tints of Dorado #755E4F

RGB

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

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

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

R = 40.34%
G = 32.41%
B = 27.24%

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

#755E4F (or 0x755E4F) is known color: Dorado. HEX triplet: 75, 5E and 4F. RGB value is (117,94,79). Sum of RGB (Red+Green+Blue) = 117+94+79=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E4F is #8AA1B0. Grayscale: #636363. Windows color (decimal): -9085361 or 5201525. OLE color: 5201525.

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

Color convert

RGB 117 94 79 -
CMYK 0 0.20 0.32 0.54
HSL 23.68º 0.19% 0.38% -
HSV(B) 23.68º 0.32% 0.46% -
XYZ 12.75 12.35 9.11 -
YUV 99.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 117 94 79 0 0.20 0.32 0.54 23.68 0.19 0.38
Hex 75 5E 4F 0 14 20 36 18 13 26
Octal 165 136 117 0 24 40 66 30 23 46
Binary 1110101 1011110 1001111 0 10100 100000 110110 11000 10011 100110

Color Harmonies of #755E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4F

Black with #755E4F

Text Example


Text Example

White with #755E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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