Html Css Color HEX #77857D Blue Smoke

📋 copy color: '#77857D'

red 119 ◦ green 133 ◦ blue 125

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

Shades of Blue Smoke #77857D

Tints of Blue Smoke #77857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 31.56%
G = 35.28%
B = 33.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#77857D (or 0x77857D) is known color: Blue Smoke. HEX triplet: 77, 85 and 7D. RGB value is (119,133,125). Sum of RGB (Red+Green+Blue) = 119+133+125=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #77857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77857D is #887A82. Grayscale: #7F7F7F. Windows color (decimal): -8944259 or 8226167. OLE color: 8226167.

HSL color Cylindrical-coordinate representation of color #77857D: hue angle of 145.71º 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 #77857D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 125 -
CMYK 0.11 0 0.06 0.48
HSL 145.71º 0.06% 0.49% -
HSV(B) 145.71º 0.11% 0.52% -
XYZ 19.7 22.18 22.64 -
YUV 127.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 119 133 125 0.11 0 0.06 0.48 145.71 0.06 0.49
Hex 77 85 7D B 0 6 30 92 6 31
Octal 167 205 175 13 0 6 60 222 6 61
Binary 1110111 10000101 1111101 1011 0 110 110000 10010010 110 110001

Color Harmonies of #77857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77857D

Black with #77857D

Text Example


Text Example

White with #77857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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