Html Css Color HEX #7B927F Blue Smoke

📋 copy color: '#7B927F'

red 123 ◦ green 146 ◦ blue 127

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

Shades of Blue Smoke #7B927F

Tints of Blue Smoke #7B927F

RGB

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

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

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

R = 31.06%
G = 36.87%
B = 32.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#7B927F (or 0x7B927F) is known color: Blue Smoke. HEX triplet: 7B, 92 and 7F. RGB value is (123,146,127). Sum of RGB (Red+Green+Blue) = 123+146+127=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #7B927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B927F is #846D80. Grayscale: #898989. Windows color (decimal): -8678785 or 8360571. OLE color: 8360571.

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

Color convert

RGB 123 146 127 -
CMYK 0.16 0 0.13 0.43
HSL 130.43º 0.1% 0.53% -
HSV(B) 130.43º 0.16% 0.57% -
XYZ 22.28 26.3 23.98 -
YUV 136.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 123 146 127 0.16 0 0.13 0.43 130.43 0.1 0.53
Hex 7B 92 7F 10 0 D 2B 82 A 35
Octal 173 222 177 20 0 15 53 202 12 65
Binary 1111011 10010010 1111111 10000 0 1101 101011 10000010 1010 110101

Color Harmonies of #7B927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B927F

Black with #7B927F

Text Example


Text Example

White with #7B927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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