Html Css Color HEX #756359 Dorado

📋 copy color: '#756359'

red 117 ◦ green 99 ◦ blue 89

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

Shades of Dorado #756359

Tints of Dorado #756359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 38.36%
G = 32.46%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756359 (or 0x756359) is known color: Dorado. HEX triplet: 75, 63 and 59. RGB value is (117,99,89). Sum of RGB (Red+Green+Blue) = 117+99+89=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756359 is #8A9CA6. Grayscale: #676767. Windows color (decimal): -9084071 or 5858165. OLE color: 5858165.

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

Color convert

RGB 117 99 89 -
CMYK 0 0.15 0.24 0.54
HSL 21.43º 0.14% 0.4% -
HSV(B) 21.43º 0.24% 0.46% -
XYZ 13.6 13.43 11.33 -
YUV 103.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 117 99 89 0 0.15 0.24 0.54 21.43 0.14 0.4
Hex 75 63 59 0 F 18 36 15 E 28
Octal 165 143 131 0 17 30 66 25 16 50
Binary 1110101 1100011 1011001 0 1111 11000 110110 10101 1110 101000

Color Harmonies of #756359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756359

Black with #756359

Text Example


Text Example

White with #756359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756359; }

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

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

background-color css

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

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

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

border-color css

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

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

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