Html Css Color HEX #7C9083 Blue Smoke

📋 copy color: '#7C9083'

red 124 ◦ green 144 ◦ blue 131

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

Shades of Blue Smoke #7C9083

Tints of Blue Smoke #7C9083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 31.08%
G = 36.09%
B = 32.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#7C9083 (or 0x7C9083) is known color: Blue Smoke. HEX triplet: 7C, 90 and 83. RGB value is (124,144,131). Sum of RGB (Red+Green+Blue) = 124+144+131=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9083 is #836F7C. Grayscale: #888888. Windows color (decimal): -8613757 or 8622204. OLE color: 8622204.

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

Color convert

RGB 124 144 131 -
CMYK 0.14 0 0.09 0.44
HSL 141º 0.08% 0.53% -
HSV(B) 141º 0.14% 0.56% -
XYZ 22.38 25.87 25.29 -
YUV 136.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 124 144 131 0.14 0 0.09 0.44 141 0.08 0.53
Hex 7C 90 83 E 0 9 2C 8D 8 35
Octal 174 220 203 16 0 11 54 215 10 65
Binary 1111100 10010000 10000011 1110 0 1001 101100 10001101 1000 110101

Color Harmonies of #7C9083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9083

Black with #7C9083

Text Example


Text Example

White with #7C9083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,144,131); }

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

background-color css

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

 a { background-color: rgb(124,144,131); }

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

border-color css

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

 span { border-color: rgb(124,144,131); }

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