Html Css Color HEX #7F695F Russett

📋 copy color: '#7F695F'

red 127 ◦ green 105 ◦ blue 95

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

Shades of Russett #7F695F

Tints of Russett #7F695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

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

R = 38.84%
G = 32.11%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F695F (or 0x7F695F) is known color: Russett. HEX triplet: 7F, 69 and 5F. RGB value is (127,105,95). Sum of RGB (Red+Green+Blue) = 127+105+95=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F695F is #8096A0. Grayscale: #6E6E6E. Windows color (decimal): -8427169 or 6252927. OLE color: 6252927.

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

Color convert

RGB 127 105 95 -
CMYK 0 0.17 0.25 0.50
HSL 18.75º 0.14% 0.44% -
HSV(B) 18.75º 0.25% 0.5% -
XYZ 15.87 15.44 12.97 -
YUV 110.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 127 105 95 0 0.17 0.25 0.50 18.75 0.14 0.44
Hex 7F 69 5F 0 11 19 32 13 E 2C
Octal 177 151 137 0 21 31 62 23 16 54
Binary 1111111 1101001 1011111 0 10001 11001 110010 10011 1110 101100

Color Harmonies of #7F695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F695F

Black with #7F695F

Text Example


Text Example

White with #7F695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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