Html Css Color HEX #7B917F Blue Smoke

📋 copy color: '#7B917F'

red 123 ◦ green 145 ◦ blue 127

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

Shades of Blue Smoke #7B917F

Tints of Blue Smoke #7B917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 31.14%
G = 36.71%
B = 32.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#7B917F (or 0x7B917F) is known color: Blue Smoke. HEX triplet: 7B, 91 and 7F. RGB value is (123,145,127). Sum of RGB (Red+Green+Blue) = 123+145+127=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #7B917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B917F is #846E80. Grayscale: #888888. Windows color (decimal): -8679041 or 8360315. OLE color: 8360315.

HSL color Cylindrical-coordinate representation of color #7B917F: hue angle of 130.91º 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 #7B917F is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 145 127 -
CMYK 0.15 0 0.12 0.43
HSL 130.91º 0.09% 0.53% -
HSV(B) 130.91º 0.15% 0.57% -
XYZ 22.12 25.99 23.93 -
YUV 136.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 123 145 127 0.15 0 0.12 0.43 130.91 0.09 0.53
Hex 7B 91 7F F 0 C 2B 83 9 35
Octal 173 221 177 17 0 14 53 203 11 65
Binary 1111011 10010001 1111111 1111 0 1100 101011 10000011 1001 110101

Color Harmonies of #7B917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B917F

Black with #7B917F

Text Example


Text Example

White with #7B917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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