Html Css Color HEX #7F665F Russett

📋 copy color: '#7F665F'

red 127 ◦ green 102 ◦ blue 95

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

Shades of Russett #7F665F

Tints of Russett #7F665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 39.2%
G = 31.48%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F665F (or 0x7F665F) is known color: Russett. HEX triplet: 7F, 66 and 5F. RGB value is (127,102,95). Sum of RGB (Red+Green+Blue) = 127+102+95=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F665F is #8099A0. Grayscale: #6C6C6C. Windows color (decimal): -8427937 or 6252159. OLE color: 6252159.

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

Color convert

RGB 127 102 95 -
CMYK 0 0.20 0.25 0.50
HSL 13.13º 0.14% 0.44% -
HSV(B) 13.13º 0.25% 0.5% -
XYZ 15.57 14.84 12.87 -
YUV 108.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 127 102 95 0 0.20 0.25 0.50 13.13 0.14 0.44
Hex 7F 66 5F 0 14 19 32 D E 2C
Octal 177 146 137 0 24 31 62 15 16 54
Binary 1111111 1100110 1011111 0 10100 11001 110010 1101 1110 101100

Color Harmonies of #7F665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F665F

Black with #7F665F

Text Example


Text Example

White with #7F665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,95); }

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

background-color css

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

 a { background-color: rgb(127,102,95); }

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

border-color css

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

 span { border-color: rgb(127,102,95); }

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