Html Css Color HEX #766761 Russett

📋 copy color: '#766761'

red 118 ◦ green 103 ◦ blue 97

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

Shades of Russett #766761

Tints of Russett #766761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 37.11%
G = 32.39%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766761 (or 0x766761) is known color: Russett. HEX triplet: 76, 67 and 61. RGB value is (118,103,97). Sum of RGB (Red+Green+Blue) = 118+103+97=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766761 is #89989E. Grayscale: #6A6A6A. Windows color (decimal): -9017503 or 6383478. OLE color: 6383478.

HSL color Cylindrical-coordinate representation of color #766761: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766761 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 97 -
CMYK 0 0.13 0.18 0.54
HSL 17.14º 0.1% 0.42% -
HSV(B) 17.14º 0.18% 0.46% -
XYZ 14.48 14.42 13.33 -
YUV 106.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 118 103 97 0 0.13 0.18 0.54 17.14 0.1 0.42
Hex 76 67 61 0 D 12 36 11 A 2A
Octal 166 147 141 0 15 22 66 21 12 52
Binary 1110110 1100111 1100001 0 1101 10010 110110 10001 1010 101010

Color Harmonies of #766761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766761

Black with #766761

Text Example


Text Example

White with #766761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766761; }

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

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

background-color css

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

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

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

border-color css

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

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

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