Html Css Color HEX #766256 Dorado

📋 copy color: '#766256'

red 118 ◦ green 98 ◦ blue 86

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

Shades of Dorado #766256

Tints of Dorado #766256

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

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

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

R = 39.07%
G = 32.45%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766256 (or 0x766256) is known color: Dorado. HEX triplet: 76, 62 and 56. RGB value is (118,98,86). Sum of RGB (Red+Green+Blue) = 118+98+86=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766256 is #899DA9. Grayscale: #666666. Windows color (decimal): -9018794 or 5661302. OLE color: 5661302.

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

Color convert

RGB 118 98 86 -
CMYK 0 0.17 0.27 0.54
HSL 22.5º 0.16% 0.4% -
HSV(B) 22.5º 0.27% 0.46% -
XYZ 13.52 13.26 10.65 -
YUV 102.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 118 98 86 0 0.17 0.27 0.54 22.5 0.16 0.4
Hex 76 62 56 0 11 1B 36 16 10 28
Octal 166 142 126 0 21 33 66 26 20 50
Binary 1110110 1100010 1010110 0 10001 11011 110110 10110 10000 101000

Color Harmonies of #766256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766256

Black with #766256

Text Example


Text Example

White with #766256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766256; }

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

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

background-color css

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

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

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

border-color css

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

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

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