Html Css Color HEX #755F54 Dorado

📋 copy color: '#755F54'

red 117 ◦ green 95 ◦ blue 84

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

Shades of Dorado #755F54

Tints of Dorado #755F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 39.53%
G = 32.09%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#755F54 (or 0x755F54) is known color: Dorado. HEX triplet: 75, 5F and 54. RGB value is (117,95,84). Sum of RGB (Red+Green+Blue) = 117+95+84=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F54 is #8AA0AB. Grayscale: #646464. Windows color (decimal): -9085100 or 5529461. OLE color: 5529461.

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

Color convert

RGB 117 95 84 -
CMYK 0 0.19 0.28 0.54
HSL 20º 0.16% 0.39% -
HSV(B) 20º 0.28% 0.46% -
XYZ 13.03 12.61 10.13 -
YUV 100.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 117 95 84 0 0.19 0.28 0.54 20 0.16 0.39
Hex 75 5F 54 0 13 1C 36 14 10 27
Octal 165 137 124 0 23 34 66 24 20 47
Binary 1110101 1011111 1010100 0 10011 11100 110110 10100 10000 100111

Color Harmonies of #755F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F54

Black with #755F54

Text Example


Text Example

White with #755F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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