Html Css Color HEX #756256 Dorado

📋 copy color: '#756256'

red 117 ◦ green 98 ◦ blue 86

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

Shades of Dorado #756256

Tints of Dorado #756256

RGB

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

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

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

R = 38.87%
G = 32.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756256 (or 0x756256) is known color: Dorado. HEX triplet: 75, 62 and 56. RGB value is (117,98,86). Sum of RGB (Red+Green+Blue) = 117+98+86=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756256 is #8A9DA9. Grayscale: #666666. Windows color (decimal): -9084330 or 5661301. OLE color: 5661301.

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

Color convert

RGB 117 98 86 -
CMYK 0 0.16 0.26 0.54
HSL 23.23º 0.15% 0.4% -
HSV(B) 23.23º 0.26% 0.46% -
XYZ 13.38 13.19 10.64 -
YUV 102.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 117 98 86 0 0.16 0.26 0.54 23.23 0.15 0.4
Hex 75 62 56 0 10 1A 36 17 F 28
Octal 165 142 126 0 20 32 66 27 17 50
Binary 1110101 1100010 1010110 0 10000 11010 110110 10111 1111 101000

Color Harmonies of #756256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756256

Black with #756256

Text Example


Text Example

White with #756256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756256; }

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

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

background-color css

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

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

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

border-color css

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

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

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