Html Css Color HEX #7F6760 Russett

📋 copy color: '#7F6760'

red 127 ◦ green 103 ◦ blue 96

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

Shades of Russett #7F6760

Tints of Russett #7F6760

RGB

 RED value IS 127 (50% from 255) = 38.96%

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 38.96%
G = 31.6%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F6760 (or 0x7F6760) is known color: Russett. HEX triplet: 7F, 67 and 60. RGB value is (127,103,96). Sum of RGB (Red+Green+Blue) = 127+103+96=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6760 is #80989F. Grayscale: #6D6D6D. Windows color (decimal): -8427680 or 6317951. OLE color: 6317951.

HSL color Cylindrical-coordinate representation of color #7F6760: hue angle of 13.55º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6760 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 103 96 -
CMYK 0 0.19 0.24 0.50
HSL 13.55º 0.14% 0.44% -
HSV(B) 13.55º 0.24% 0.5% -
XYZ 15.71 15.06 13.14 -
YUV 109.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 127 103 96 0 0.19 0.24 0.50 13.55 0.14 0.44
Hex 7F 67 60 0 13 18 32 E E 2C
Octal 177 147 140 0 23 30 62 16 16 54
Binary 1111111 1100111 1100000 0 10011 11000 110010 1110 1110 101100

Color Harmonies of #7F6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6760

Black with #7F6760

Text Example


Text Example

White with #7F6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6760; }

 p { color: rgb(127,103,96); }

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

background-color css

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

 a { background-color: rgb(127,103,96); }

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

border-color css

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

 span { border-color: rgb(127,103,96); }

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