Html Css Color HEX #7C927F Blue Smoke

📋 copy color: '#7C927F'

red 124 ◦ green 146 ◦ blue 127

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

Shades of Blue Smoke #7C927F

Tints of Blue Smoke #7C927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 31.23%
G = 36.78%
B = 31.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#7C927F (or 0x7C927F) is known color: Blue Smoke. HEX triplet: 7C, 92 and 7F. RGB value is (124,146,127). Sum of RGB (Red+Green+Blue) = 124+146+127=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7C927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C927F is #836D80. Grayscale: #898989. Windows color (decimal): -8613249 or 8360572. OLE color: 8360572.

HSL color Cylindrical-coordinate representation of color #7C927F: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C927F is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 127 -
CMYK 0.15 0 0.13 0.43
HSL 128.18º 0.09% 0.53% -
HSV(B) 128.18º 0.15% 0.57% -
XYZ 22.42 26.38 23.99 -
YUV 137.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 124 146 127 0.15 0 0.13 0.43 128.18 0.09 0.53
Hex 7C 92 7F F 0 D 2B 80 9 35
Octal 174 222 177 17 0 15 53 200 11 65
Binary 1111100 10010010 1111111 1111 0 1101 101011 10000000 1001 110101

Color Harmonies of #7C927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C927F

Black with #7C927F

Text Example


Text Example

White with #7C927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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