Html Css Color HEX #756259 Dorado

📋 copy color: '#756259'

red 117 ◦ green 98 ◦ blue 89

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

Shades of Dorado #756259

Tints of Dorado #756259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 38.49%
G = 32.24%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756259 (or 0x756259) is known color: Dorado. HEX triplet: 75, 62 and 59. RGB value is (117,98,89). Sum of RGB (Red+Green+Blue) = 117+98+89=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756259 is #8A9DA6. Grayscale: #666666. Windows color (decimal): -9084327 or 5857909. OLE color: 5857909.

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

Color convert

RGB 117 98 89 -
CMYK 0 0.16 0.24 0.54
HSL 19.29º 0.14% 0.4% -
HSV(B) 19.29º 0.24% 0.46% -
XYZ 13.51 13.24 11.29 -
YUV 102.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 117 98 89 0 0.16 0.24 0.54 19.29 0.14 0.4
Hex 75 62 59 0 10 18 36 13 E 28
Octal 165 142 131 0 20 30 66 23 16 50
Binary 1110101 1100010 1011001 0 10000 11000 110110 10011 1110 101000

Color Harmonies of #756259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756259

Black with #756259

Text Example


Text Example

White with #756259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756259; }

 p { color: rgb(117,98,89); }

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

background-color css

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

 a { background-color: rgb(117,98,89); }

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

border-color css

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

 span { border-color: rgb(117,98,89); }

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