Html Css Color HEX #7C8881 Blue Smoke

📋 copy color: '#7C8881'

red 124 ◦ green 136 ◦ blue 129

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

Shades of Blue Smoke #7C8881

Tints of Blue Smoke #7C8881

RGB

 RED value IS 124 (48.83% from 255) = 31.88%

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 31.88%
G = 34.96%
B = 33.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#7C8881 (or 0x7C8881) is known color: Blue Smoke. HEX triplet: 7C, 88 and 81. RGB value is (124,136,129). Sum of RGB (Red+Green+Blue) = 124+136+129=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8881 is #83777E. Grayscale: #838383. Windows color (decimal): -8615807 or 8489084. OLE color: 8489084.

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

Color convert

RGB 124 136 129 -
CMYK 0.09 0 0.05 0.47
HSL 145º 0.05% 0.51% -
HSV(B) 145º 0.09% 0.53% -
XYZ 21.08 23.48 24.19 -
YUV 131.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 124 136 129 0.09 0 0.05 0.47 145 0.05 0.51
Hex 7C 88 81 9 0 5 2F 91 5 33
Octal 174 210 201 11 0 5 57 221 5 63
Binary 1111100 10001000 10000001 1001 0 101 101111 10010001 101 110011

Color Harmonies of #7C8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8881

Black with #7C8881

Text Example


Text Example

White with #7C8881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,136,129); }

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

background-color css

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

 a { background-color: rgb(124,136,129); }

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

border-color css

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

 span { border-color: rgb(124,136,129); }

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