Html Css Color HEX #77857A Blue Smoke

📋 copy color: '#77857A'

red 119 ◦ green 133 ◦ blue 122

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

Shades of Blue Smoke #77857A

Tints of Blue Smoke #77857A

RGB

 RED value IS 119 (46.88% from 255) = 31.82%

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 31.82%
G = 35.56%
B = 32.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#77857A (or 0x77857A) is known color: Blue Smoke. HEX triplet: 77, 85 and 7A. RGB value is (119,133,122). Sum of RGB (Red+Green+Blue) = 119+133+122=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #77857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77857A is #887A85. Grayscale: #7F7F7F. Windows color (decimal): -8944262 or 8029559. OLE color: 8029559.

HSL color Cylindrical-coordinate representation of color #77857A: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77857A is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 122 -
CMYK 0.11 0 0.08 0.48
HSL 132.86º 0.06% 0.49% -
HSV(B) 132.86º 0.11% 0.52% -
XYZ 19.51 22.1 21.65 -
YUV 127.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 119 133 122 0.11 0 0.08 0.48 132.86 0.06 0.49
Hex 77 85 7A B 0 8 30 85 6 31
Octal 167 205 172 13 0 10 60 205 6 61
Binary 1110111 10000101 1111010 1011 0 1000 110000 10000101 110 110001

Color Harmonies of #77857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77857A

Black with #77857A

Text Example


Text Example

White with #77857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77857A; }

 p { color: rgb(119,133,122); }

 H1.HeaderClassName
 {
   color: #77857A;
 }
 .AnyTagClassName
 {
   color: #77857A;
 }
</style>

background-color css

<style>
 a { background-color: #77857A; }

 a { background-color: rgb(119,133,122); }

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

border-color css

<style>
 span { border-color: #77857A; }

 span { border-color: rgb(119,133,122); }

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