Html Css Color HEX #7A827B Blue Smoke

📋 copy color: '#7A827B'

red 122 ◦ green 130 ◦ blue 123

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

Shades of Blue Smoke #7A827B

Tints of Blue Smoke #7A827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 32.53%
G = 34.67%
B = 32.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#7A827B (or 0x7A827B) is known color: Blue Smoke. HEX triplet: 7A, 82 and 7B. RGB value is (122,130,123). Sum of RGB (Red+Green+Blue) = 122+130+123=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #7A827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A827B is #857D84. Grayscale: #7E7E7E. Windows color (decimal): -8748421 or 8094330. OLE color: 8094330.

HSL color Cylindrical-coordinate representation of color #7A827B: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A827B is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 123 -
CMYK 0.06 0 0.05 0.49
HSL 127.5º 0.03% 0.49% -
HSV(B) 127.5º 0.06% 0.51% -
XYZ 19.58 21.53 21.86 -
YUV 126.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 122 130 123 0.06 0 0.05 0.49 127.5 0.03 0.49
Hex 7A 82 7B 6 0 5 31 80 3 31
Octal 172 202 173 6 0 5 61 200 3 61
Binary 1111010 10000010 1111011 110 0 101 110001 10000000 11 110001

Color Harmonies of #7A827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A827B

Black with #7A827B

Text Example


Text Example

White with #7A827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,123); }

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

background-color css

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

 a { background-color: rgb(122,130,123); }

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

border-color css

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

 span { border-color: rgb(122,130,123); }

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