Html Css Color HEX #7A857F Blue Smoke

📋 copy color: '#7A857F'

red 122 ◦ green 133 ◦ blue 127

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

Shades of Blue Smoke #7A857F

Tints of Blue Smoke #7A857F

RGB

 RED value IS 122 (48.05% from 255) = 31.94%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 31.94%
G = 34.82%
B = 33.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#7A857F (or 0x7A857F) is known color: Blue Smoke. HEX triplet: 7A, 85 and 7F. RGB value is (122,133,127). Sum of RGB (Red+Green+Blue) = 122+133+127=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #7A857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A857F is #857A80. Grayscale: #818181. Windows color (decimal): -8747649 or 8357242. OLE color: 8357242.

HSL color Cylindrical-coordinate representation of color #7A857F: hue angle of 147.27º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A857F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 133 127 -
CMYK 0.08 0 0.05 0.48
HSL 147.27º 0.04% 0.5% -
HSV(B) 147.27º 0.08% 0.52% -
XYZ 20.24 22.44 23.34 -
YUV 129.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 122 133 127 0.08 0 0.05 0.48 147.27 0.04 0.5
Hex 7A 85 7F 8 0 5 30 93 4 32
Octal 172 205 177 10 0 5 60 223 4 62
Binary 1111010 10000101 1111111 1000 0 101 110000 10010011 100 110010

Color Harmonies of #7A857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A857F

Black with #7A857F

Text Example


Text Example

White with #7A857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,127); }

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

background-color css

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

 a { background-color: rgb(122,133,127); }

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

border-color css

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

 span { border-color: rgb(122,133,127); }

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