Html Css Color HEX #7A877F Blue Smoke

📋 copy color: '#7A877F'

red 122 ◦ green 135 ◦ blue 127

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

Shades of Blue Smoke #7A877F

Tints of Blue Smoke #7A877F

RGB

 RED value IS 122 (48.05% from 255) = 31.77%

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

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

R = 31.77%
G = 35.16%
B = 33.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#7A877F (or 0x7A877F) is known color: Blue Smoke. HEX triplet: 7A, 87 and 7F. RGB value is (122,135,127). Sum of RGB (Red+Green+Blue) = 122+135+127=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #7A877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A877F is #857880. Grayscale: #828282. Windows color (decimal): -8747137 or 8357754. OLE color: 8357754.

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

Color convert

RGB 122 135 127 -
CMYK 0.10 0 0.06 0.47
HSL 143.08º 0.05% 0.5% -
HSV(B) 143.08º 0.1% 0.53% -
XYZ 20.52 23 23.44 -
YUV 130.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 122 135 127 0.10 0 0.06 0.47 143.08 0.05 0.5
Hex 7A 87 7F A 0 6 2F 8F 5 32
Octal 172 207 177 12 0 6 57 217 5 62
Binary 1111010 10000111 1111111 1010 0 110 101111 10001111 101 110010

Color Harmonies of #7A877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A877F

Black with #7A877F

Text Example


Text Example

White with #7A877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,135,127); }

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

background-color css

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

 a { background-color: rgb(122,135,127); }

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

border-color css

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

 span { border-color: rgb(122,135,127); }

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