Html Css Color HEX #755F56 Dorado

📋 copy color: '#755F56'

red 117 ◦ green 95 ◦ blue 86

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

Shades of Dorado #755F56

Tints of Dorado #755F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 39.26%
G = 31.88%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755F56 (or 0x755F56) is known color: Dorado. HEX triplet: 75, 5F and 56. RGB value is (117,95,86). Sum of RGB (Red+Green+Blue) = 117+95+86=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F56 is #8AA0A9. Grayscale: #646464. Windows color (decimal): -9085098 or 5660533. OLE color: 5660533.

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

Color convert

RGB 117 95 86 -
CMYK 0 0.19 0.26 0.54
HSL 17.42º 0.15% 0.4% -
HSV(B) 17.42º 0.26% 0.46% -
XYZ 13.11 12.64 10.55 -
YUV 100.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 117 95 86 0 0.19 0.26 0.54 17.42 0.15 0.4
Hex 75 5F 56 0 13 1A 36 11 F 28
Octal 165 137 126 0 23 32 66 21 17 50
Binary 1110101 1011111 1010110 0 10011 11010 110110 10001 1111 101000

Color Harmonies of #755F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F56

Black with #755F56

Text Example


Text Example

White with #755F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,86); }

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

background-color css

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

 a { background-color: rgb(117,95,86); }

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

border-color css

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

 span { border-color: rgb(117,95,86); }

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