Html Css Color HEX #756055 Dorado

📋 copy color: '#756055'

red 117 ◦ green 96 ◦ blue 85

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

Shades of Dorado #756055

Tints of Dorado #756055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 39.26%
G = 32.21%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#756055 (or 0x756055) is known color: Dorado. HEX triplet: 75, 60 and 55. RGB value is (117,96,85). Sum of RGB (Red+Green+Blue) = 117+96+85=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756055 is #8A9FAA. Grayscale: #656565. Windows color (decimal): -9084843 or 5595253. OLE color: 5595253.

HSL color Cylindrical-coordinate representation of color #756055: hue angle of 20.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756055 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 85 -
CMYK 0 0.18 0.27 0.54
HSL 20.63º 0.16% 0.4% -
HSV(B) 20.63º 0.27% 0.46% -
XYZ 13.16 12.8 10.37 -
YUV 101.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 117 96 85 0 0.18 0.27 0.54 20.63 0.16 0.4
Hex 75 60 55 0 12 1B 36 15 10 28
Octal 165 140 125 0 22 33 66 25 20 50
Binary 1110101 1100000 1010101 0 10010 11011 110110 10101 10000 101000

Color Harmonies of #756055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756055

Black with #756055

Text Example


Text Example

White with #756055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756055; }

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

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

background-color css

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

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

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

border-color css

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

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

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