Html Css Color HEX #7F7665 Stonewall

📋 copy color: '#7F7665'

red 127 ◦ green 118 ◦ blue 101

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

Shades of Stonewall #7F7665

Tints of Stonewall #7F7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 36.71%
G = 34.1%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F7665 (or 0x7F7665) is known color: Stonewall. HEX triplet: 7F, 76 and 65. RGB value is (127,118,101). Sum of RGB (Red+Green+Blue) = 127+118+101=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7665 is #80899A. Grayscale: #767676. Windows color (decimal): -8423835 or 6649471. OLE color: 6649471.

HSL color Cylindrical-coordinate representation of color #7F7665: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7665 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 101 -
CMYK 0 0.07 0.20 0.50
HSL 39.23º 0.11% 0.45% -
HSV(B) 39.23º 0.2% 0.5% -
XYZ 17.58 18.41 14.94 -
YUV 118.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 127 118 101 0 0.07 0.20 0.50 39.23 0.11 0.45
Hex 7F 76 65 0 7 14 32 27 B 2D
Octal 177 166 145 0 7 24 62 47 13 55
Binary 1111111 1110110 1100101 0 111 10100 110010 100111 1011 101101

Color Harmonies of #7F7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7665

Black with #7F7665

Text Example


Text Example

White with #7F7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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