Html Css Color HEX #7F675E Russett

📋 copy color: '#7F675E'

red 127 ◦ green 103 ◦ blue 94

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

Shades of Russett #7F675E

Tints of Russett #7F675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 39.2%
G = 31.79%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F675E (or 0x7F675E) is known color: Russett. HEX triplet: 7F, 67 and 5E. RGB value is (127,103,94). Sum of RGB (Red+Green+Blue) = 127+103+94=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F675E is #8098A1. Grayscale: #6D6D6D. Windows color (decimal): -8427682 or 6186879. OLE color: 6186879.

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

Color convert

RGB 127 103 94 -
CMYK 0 0.19 0.26 0.50
HSL 16.36º 0.15% 0.43% -
HSV(B) 16.36º 0.26% 0.5% -
XYZ 15.62 15.02 12.67 -
YUV 109.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 127 103 94 0 0.19 0.26 0.50 16.36 0.15 0.43
Hex 7F 67 5E 0 13 1A 32 10 F 2B
Octal 177 147 136 0 23 32 62 20 17 53
Binary 1111111 1100111 1011110 0 10011 11010 110010 10000 1111 101011

Color Harmonies of #7F675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F675E

Black with #7F675E

Text Example


Text Example

White with #7F675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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