Html Css Color HEX #7B937F Blue Smoke

📋 copy color: '#7B937F'

red 123 ◦ green 147 ◦ blue 127

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

Shades of Blue Smoke #7B937F

Tints of Blue Smoke #7B937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 30.98%
G = 37.03%
B = 31.99%

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

#7B937F (or 0x7B937F) is known color: Blue Smoke. HEX triplet: 7B, 93 and 7F. RGB value is (123,147,127). Sum of RGB (Red+Green+Blue) = 123+147+127=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937F is #846C80. Grayscale: #898989. Windows color (decimal): -8678529 or 8360827. OLE color: 8360827.

HSL color Cylindrical-coordinate representation of color #7B937F: hue angle of 130º 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 #7B937F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 127 -
CMYK 0.16 0 0.14 0.42
HSL 130º 0.1% 0.53% -
HSV(B) 130º 0.16% 0.58% -
XYZ 22.43 26.61 24.03 -
YUV 137.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 123 147 127 0.16 0 0.14 0.42 130 0.1 0.53
Hex 7B 93 7F 10 0 E 2A 82 A 35
Octal 173 223 177 20 0 16 52 202 12 65
Binary 1111011 10010011 1111111 10000 0 1110 101010 10000010 1010 110101

Color Harmonies of #7B937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937F

Black with #7B937F

Text Example


Text Example

White with #7B937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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