Html Css Color HEX #756056 Dorado

📋 copy color: '#756056'

red 117 ◦ green 96 ◦ blue 86

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

Shades of Dorado #756056

Tints of Dorado #756056

RGB

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

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

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

R = 39.13%
G = 32.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756056 (or 0x756056) is known color: Dorado. HEX triplet: 75, 60 and 56. RGB value is (117,96,86). Sum of RGB (Red+Green+Blue) = 117+96+86=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756056 is #8A9FA9. Grayscale: #656565. Windows color (decimal): -9084842 or 5660789. OLE color: 5660789.

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

Color convert

RGB 117 96 86 -
CMYK 0 0.18 0.26 0.54
HSL 19.35º 0.15% 0.4% -
HSV(B) 19.35º 0.26% 0.46% -
XYZ 13.2 12.82 10.58 -
YUV 101.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 117 96 86 0 0.18 0.26 0.54 19.35 0.15 0.4
Hex 75 60 56 0 12 1A 36 13 F 28
Octal 165 140 126 0 22 32 66 23 17 50
Binary 1110101 1100000 1010110 0 10010 11010 110110 10011 1111 101000

Color Harmonies of #756056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756056

Black with #756056

Text Example


Text Example

White with #756056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756056; }

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

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

background-color css

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

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

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

border-color css

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

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

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