Html Css Color HEX #756156 Dorado

📋 copy color: '#756156'

red 117 ◦ green 97 ◦ blue 86

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

Shades of Dorado #756156

Tints of Dorado #756156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 39%
G = 32.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756156 (or 0x756156) is known color: Dorado. HEX triplet: 75, 61 and 56. RGB value is (117,97,86). Sum of RGB (Red+Green+Blue) = 117+97+86=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756156 is #8A9EA9. Grayscale: #656565. Windows color (decimal): -9084586 or 5661045. OLE color: 5661045.

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

Color convert

RGB 117 97 86 -
CMYK 0 0.17 0.26 0.54
HSL 21.29º 0.15% 0.4% -
HSV(B) 21.29º 0.26% 0.46% -
XYZ 13.29 13 10.61 -
YUV 101.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 117 97 86 0 0.17 0.26 0.54 21.29 0.15 0.4
Hex 75 61 56 0 11 1A 36 15 F 28
Octal 165 141 126 0 21 32 66 25 17 50
Binary 1110101 1100001 1010110 0 10001 11010 110110 10101 1111 101000

Color Harmonies of #756156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756156

Black with #756156

Text Example


Text Example

White with #756156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756156; }

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

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

background-color css

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

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

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

border-color css

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

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

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