Html Css Color HEX #756054 Dorado

📋 copy color: '#756054'

red 117 ◦ green 96 ◦ blue 84

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

Shades of Dorado #756054

Tints of Dorado #756054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 39.39%
G = 32.32%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756054 (or 0x756054) is known color: Dorado. HEX triplet: 75, 60 and 54. RGB value is (117,96,84). Sum of RGB (Red+Green+Blue) = 117+96+84=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756054 is #8A9FAB. Grayscale: #646464. Windows color (decimal): -9084844 or 5529717. OLE color: 5529717.

HSL color Cylindrical-coordinate representation of color #756054: hue angle of 21.82º 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 #756054 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 84 -
CMYK 0 0.18 0.28 0.54
HSL 21.82º 0.16% 0.39% -
HSV(B) 21.82º 0.28% 0.46% -
XYZ 13.12 12.79 10.16 -
YUV 100.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 117 96 84 0 0.18 0.28 0.54 21.82 0.16 0.39
Hex 75 60 54 0 12 1C 36 16 10 27
Octal 165 140 124 0 22 34 66 26 20 47
Binary 1110101 1100000 1010100 0 10010 11100 110110 10110 10000 100111

Color Harmonies of #756054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756054

Black with #756054

Text Example


Text Example

White with #756054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756054; }

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

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

background-color css

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

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

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

border-color css

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

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

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