Html Css Color HEX #7B877E Blue Smoke

📋 copy color: '#7B877E'

red 123 ◦ green 135 ◦ blue 126

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

Shades of Blue Smoke #7B877E

Tints of Blue Smoke #7B877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 32.03%
G = 35.16%
B = 32.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#7B877E (or 0x7B877E) is known color: Blue Smoke. HEX triplet: 7B, 87 and 7E. RGB value is (123,135,126). Sum of RGB (Red+Green+Blue) = 123+135+126=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #7B877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B877E is #847881. Grayscale: #828282. Windows color (decimal): -8681602 or 8292219. OLE color: 8292219.

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

Color convert

RGB 123 135 126 -
CMYK 0.09 0 0.07 0.47
HSL 135º 0.05% 0.51% -
HSV(B) 135º 0.09% 0.53% -
XYZ 20.6 23.05 23.1 -
YUV 130.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 123 135 126 0.09 0 0.07 0.47 135 0.05 0.51
Hex 7B 87 7E 9 0 7 2F 87 5 33
Octal 173 207 176 11 0 7 57 207 5 63
Binary 1111011 10000111 1111110 1001 0 111 101111 10000111 101 110011

Color Harmonies of #7B877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B877E

Black with #7B877E

Text Example


Text Example

White with #7B877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,135,126); }

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

background-color css

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

 a { background-color: rgb(123,135,126); }

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

border-color css

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

 span { border-color: rgb(123,135,126); }

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