Html Css Color HEX #7F655A Russett

📋 copy color: '#7F655A'

red 127 ◦ green 101 ◦ blue 90

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

Shades of Russett #7F655A

Tints of Russett #7F655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 39.94%
G = 31.76%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F655A (or 0x7F655A) is known color: Russett. HEX triplet: 7F, 65 and 5A. RGB value is (127,101,90). Sum of RGB (Red+Green+Blue) = 127+101+90=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F655A is #809AA5. Grayscale: #6B6B6B. Windows color (decimal): -8428198 or 5924223. OLE color: 5924223.

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

Color convert

RGB 127 101 90 -
CMYK 0 0.20 0.29 0.50
HSL 17.84º 0.17% 0.43% -
HSV(B) 17.84º 0.29% 0.5% -
XYZ 15.25 14.56 11.68 -
YUV 107.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 127 101 90 0 0.20 0.29 0.50 17.84 0.17 0.43
Hex 7F 65 5A 0 14 1D 32 12 11 2B
Octal 177 145 132 0 24 35 62 22 21 53
Binary 1111111 1100101 1011010 0 10100 11101 110010 10010 10001 101011

Color Harmonies of #7F655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F655A

Black with #7F655A

Text Example


Text Example

White with #7F655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,90); }

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

background-color css

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

 a { background-color: rgb(127,101,90); }

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

border-color css

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

 span { border-color: rgb(127,101,90); }

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