Html Css Color HEX #756157 Dorado

📋 copy color: '#756157'

red 117 ◦ green 97 ◦ blue 87

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

Shades of Dorado #756157

Tints of Dorado #756157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 38.87%
G = 32.23%
B = 28.9%

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

#756157 (or 0x756157) is known color: Dorado. HEX triplet: 75, 61 and 57. RGB value is (117,97,87). Sum of RGB (Red+Green+Blue) = 117+97+87=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756157 is #8A9EA8. Grayscale: #656565. Windows color (decimal): -9084585 or 5726581. OLE color: 5726581.

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

Color convert

RGB 117 97 87 -
CMYK 0 0.17 0.26 0.54
HSL 20º 0.15% 0.4% -
HSV(B) 20º 0.26% 0.46% -
XYZ 13.33 13.02 10.83 -
YUV 101.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 117 97 87 0 0.17 0.26 0.54 20 0.15 0.4
Hex 75 61 57 0 11 1A 36 14 F 28
Octal 165 141 127 0 21 32 66 24 17 50
Binary 1110101 1100001 1010111 0 10001 11010 110110 10100 1111 101000

Color Harmonies of #756157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756157

Black with #756157

Text Example


Text Example

White with #756157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756157; }

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

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

background-color css

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

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

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

border-color css

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

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

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