Html Css Color HEX #7B7466 Stonewall

📋 copy color: '#7B7466'

red 123 ◦ green 116 ◦ blue 102

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

Shades of Stonewall #7B7466

Tints of Stonewall #7B7466

RGB

 RED value IS 123 (48.44% from 255) = 36.07%

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 36.07%
G = 34.02%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B7466 (or 0x7B7466) is known color: Stonewall. HEX triplet: 7B, 74 and 66. RGB value is (123,116,102). Sum of RGB (Red+Green+Blue) = 123+116+102=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7466 is #848B99. Grayscale: #747474. Windows color (decimal): -8686490 or 6714491. OLE color: 6714491.

HSL color Cylindrical-coordinate representation of color #7B7466: hue angle of 40º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7466 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 116 102 -
CMYK 0 0.06 0.17 0.52
HSL 40º 0.09% 0.44% -
HSV(B) 40º 0.17% 0.48% -
XYZ 16.81 17.66 15.09 -
YUV 116.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 123 116 102 0 0.06 0.17 0.52 40 0.09 0.44
Hex 7B 74 66 0 6 11 34 28 9 2C
Octal 173 164 146 0 6 21 64 50 11 54
Binary 1111011 1110100 1100110 0 110 10001 110100 101000 1001 101100

Color Harmonies of #7B7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7466

Black with #7B7466

Text Example


Text Example

White with #7B7466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,102); }

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

background-color css

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

 a { background-color: rgb(123,116,102); }

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

border-color css

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

 span { border-color: rgb(123,116,102); }

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