Html Css Color HEX #766257 Dorado

📋 copy color: '#766257'

red 118 ◦ green 98 ◦ blue 87

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

Shades of Dorado #766257

Tints of Dorado #766257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 38.94%
G = 32.34%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766257 (or 0x766257) is known color: Dorado. HEX triplet: 76, 62 and 57. RGB value is (118,98,87). Sum of RGB (Red+Green+Blue) = 118+98+87=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766257 is #899DA8. Grayscale: #666666. Windows color (decimal): -9018793 or 5726838. OLE color: 5726838.

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

Color convert

RGB 118 98 87 -
CMYK 0 0.17 0.26 0.54
HSL 21.29º 0.15% 0.4% -
HSV(B) 21.29º 0.26% 0.46% -
XYZ 13.56 13.28 10.86 -
YUV 102.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 118 98 87 0 0.17 0.26 0.54 21.29 0.15 0.4
Hex 76 62 57 0 11 1A 36 15 F 28
Octal 166 142 127 0 21 32 66 25 17 50
Binary 1110110 1100010 1010111 0 10001 11010 110110 10101 1111 101000

Color Harmonies of #766257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766257

Black with #766257

Text Example


Text Example

White with #766257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766257; }

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

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

background-color css

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

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

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

border-color css

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

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

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