Html Css Color HEX #766056 Dorado

📋 copy color: '#766056'

red 118 ◦ green 96 ◦ blue 86

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

Shades of Dorado #766056

Tints of Dorado #766056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 39.33%
G = 32%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766056 (or 0x766056) is known color: Dorado. HEX triplet: 76, 60 and 56. RGB value is (118,96,86). Sum of RGB (Red+Green+Blue) = 118+96+86=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766056 is #899FA9. Grayscale: #656565. Windows color (decimal): -9019306 or 5660790. OLE color: 5660790.

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

Color convert

RGB 118 96 86 -
CMYK 0 0.19 0.27 0.54
HSL 18.75º 0.16% 0.4% -
HSV(B) 18.75º 0.27% 0.46% -
XYZ 13.33 12.89 10.59 -
YUV 101.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 118 96 86 0 0.19 0.27 0.54 18.75 0.16 0.4
Hex 76 60 56 0 13 1B 36 13 10 28
Octal 166 140 126 0 23 33 66 23 20 50
Binary 1110110 1100000 1010110 0 10011 11011 110110 10011 10000 101000

Color Harmonies of #766056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766056

Black with #766056

Text Example


Text Example

White with #766056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766056; }

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

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

background-color css

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

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

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

border-color css

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

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

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