Html Css Color HEX #7A867B Blue Smoke

📋 copy color: '#7A867B'

red 122 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #7A867B

Tints of Blue Smoke #7A867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

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

R = 32.19%
G = 35.36%
B = 32.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#7A867B (or 0x7A867B) is known color: Blue Smoke. HEX triplet: 7A, 86 and 7B. RGB value is (122,134,123). Sum of RGB (Red+Green+Blue) = 122+134+123=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #7A867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A867B is #857984. Grayscale: #818181. Windows color (decimal): -8747397 or 8095354. OLE color: 8095354.

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

Color convert

RGB 122 134 123 -
CMYK 0.09 0 0.08 0.47
HSL 125º 0.05% 0.5% -
HSV(B) 125º 0.09% 0.53% -
XYZ 20.13 22.62 22.04 -
YUV 129.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 122 134 123 0.09 0 0.08 0.47 125 0.05 0.5
Hex 7A 86 7B 9 0 8 2F 7D 5 32
Octal 172 206 173 11 0 10 57 175 5 62
Binary 1111010 10000110 1111011 1001 0 1000 101111 1111101 101 110010

Color Harmonies of #7A867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A867B

Black with #7A867B

Text Example


Text Example

White with #7A867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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