Html Css Color HEX #7B867F Blue Smoke

📋 copy color: '#7B867F'

red 123 ◦ green 134 ◦ blue 127

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

Shades of Blue Smoke #7B867F

Tints of Blue Smoke #7B867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 32.03%
G = 34.9%
B = 33.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#7B867F (or 0x7B867F) is known color: Blue Smoke. HEX triplet: 7B, 86 and 7F. RGB value is (123,134,127). Sum of RGB (Red+Green+Blue) = 123+134+127=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #7B867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B867F is #847980. Grayscale: #818181. Windows color (decimal): -8681857 or 8357499. OLE color: 8357499.

HSL color Cylindrical-coordinate representation of color #7B867F: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B867F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 134 127 -
CMYK 0.08 0 0.05 0.47
HSL 141.82º 0.04% 0.5% -
HSV(B) 141.82º 0.08% 0.53% -
XYZ 20.52 22.79 23.4 -
YUV 129.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 123 134 127 0.08 0 0.05 0.47 141.82 0.04 0.5
Hex 7B 86 7F 8 0 5 2F 8E 4 32
Octal 173 206 177 10 0 5 57 216 4 62
Binary 1111011 10000110 1111111 1000 0 101 101111 10001110 100 110010

Color Harmonies of #7B867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B867F

Black with #7B867F

Text Example


Text Example

White with #7B867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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