Html Css Color HEX #7C947F Blue Smoke

📋 copy color: '#7C947F'

red 124 ◦ green 148 ◦ blue 127

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

Shades of Blue Smoke #7C947F

Tints of Blue Smoke #7C947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 31.08%
G = 37.09%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#7C947F (or 0x7C947F) is known color: Blue Smoke. HEX triplet: 7C, 94 and 7F. RGB value is (124,148,127). Sum of RGB (Red+Green+Blue) = 124+148+127=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7C947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C947F is #836B80. Grayscale: #8A8A8A. Windows color (decimal): -8612737 or 8361084. OLE color: 8361084.

HSL color Cylindrical-coordinate representation of color #7C947F: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C947F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 148 127 -
CMYK 0.16 0 0.14 0.42
HSL 127.5º 0.1% 0.53% -
HSV(B) 127.5º 0.16% 0.58% -
XYZ 22.73 27 24.09 -
YUV 138.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 124 148 127 0.16 0 0.14 0.42 127.5 0.1 0.53
Hex 7C 94 7F 10 0 E 2A 80 A 35
Octal 174 224 177 20 0 16 52 200 12 65
Binary 1111100 10010100 1111111 10000 0 1110 101010 10000000 1010 110101

Color Harmonies of #7C947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C947F

Black with #7C947F

Text Example


Text Example

White with #7C947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,127); }

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

background-color css

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

 a { background-color: rgb(124,148,127); }

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

border-color css

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

 span { border-color: rgb(124,148,127); }

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