Html Css Color HEX #7B957F Blue Smoke

📋 copy color: '#7B957F'

red 123 ◦ green 149 ◦ blue 127

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

Shades of Blue Smoke #7B957F

Tints of Blue Smoke #7B957F

RGB

 RED value IS 123 (48.44% from 255) = 30.83%

 GREEN value IS 149 (58.59% from 255) = 37.34%

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

R = 30.83%
G = 37.34%
B = 31.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7B957F (or 0x7B957F) is known color: Blue Smoke. HEX triplet: 7B, 95 and 7F. RGB value is (123,149,127). Sum of RGB (Red+Green+Blue) = 123+149+127=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #7B957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B957F is #846A80. Grayscale: #8A8A8A. Windows color (decimal): -8678017 or 8361339. OLE color: 8361339.

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

Color convert

RGB 123 149 127 -
CMYK 0.17 0 0.15 0.42
HSL 129.23º 0.11% 0.53% -
HSV(B) 129.23º 0.17% 0.58% -
XYZ 22.75 27.24 24.14 -
YUV 138.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 123 149 127 0.17 0 0.15 0.42 129.23 0.11 0.53
Hex 7B 95 7F 11 0 F 2A 81 B 35
Octal 173 225 177 21 0 17 52 201 13 65
Binary 1111011 10010101 1111111 10001 0 1111 101010 10000001 1011 110101

Color Harmonies of #7B957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B957F

Black with #7B957F

Text Example


Text Example

White with #7B957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,127); }

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

background-color css

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

 a { background-color: rgb(123,149,127); }

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

border-color css

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

 span { border-color: rgb(123,149,127); }

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