Html Css Color HEX #7A877C Blue Smoke

📋 copy color: '#7A877C'

red 122 ◦ green 135 ◦ blue 124

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

Shades of Blue Smoke #7A877C

Tints of Blue Smoke #7A877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 32.02%
G = 35.43%
B = 32.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#7A877C (or 0x7A877C) is known color: Blue Smoke. HEX triplet: 7A, 87 and 7C. RGB value is (122,135,124). Sum of RGB (Red+Green+Blue) = 122+135+124=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #7A877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A877C is #857883. Grayscale: #818181. Windows color (decimal): -8747140 or 8161146. OLE color: 8161146.

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

Color convert

RGB 122 135 124 -
CMYK 0.10 0 0.08 0.47
HSL 129.23º 0.05% 0.5% -
HSV(B) 129.23º 0.1% 0.53% -
XYZ 20.33 22.92 22.42 -
YUV 129.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 122 135 124 0.10 0 0.08 0.47 129.23 0.05 0.5
Hex 7A 87 7C A 0 8 2F 81 5 32
Octal 172 207 174 12 0 10 57 201 5 62
Binary 1111010 10000111 1111100 1010 0 1000 101111 10000001 101 110010

Color Harmonies of #7A877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A877C

Black with #7A877C

Text Example


Text Example

White with #7A877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,135,124); }

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

background-color css

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

 a { background-color: rgb(122,135,124); }

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

border-color css

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

 span { border-color: rgb(122,135,124); }

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