Html Css Color HEX #766157 Dorado

📋 copy color: '#766157'

red 118 ◦ green 97 ◦ blue 87

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

Shades of Dorado #766157

Tints of Dorado #766157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

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

R = 39.07%
G = 32.12%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766157 (or 0x766157) is known color: Dorado. HEX triplet: 76, 61 and 57. RGB value is (118,97,87). Sum of RGB (Red+Green+Blue) = 118+97+87=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766157 is #899EA8. Grayscale: #666666. Windows color (decimal): -9019049 or 5726582. OLE color: 5726582.

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

Color convert

RGB 118 97 87 -
CMYK 0 0.18 0.26 0.54
HSL 19.35º 0.15% 0.4% -
HSV(B) 19.35º 0.26% 0.46% -
XYZ 13.47 13.09 10.83 -
YUV 102.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 118 97 87 0 0.18 0.26 0.54 19.35 0.15 0.4
Hex 76 61 57 0 12 1A 36 13 F 28
Octal 166 141 127 0 22 32 66 23 17 50
Binary 1110110 1100001 1010111 0 10010 11010 110110 10011 1111 101000

Color Harmonies of #766157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766157

Black with #766157

Text Example


Text Example

White with #766157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766157; }

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

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

background-color css

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

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

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

border-color css

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

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

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