Html Css Color HEX #77897D Blue Smoke

📋 copy color: '#77897D'

red 119 ◦ green 137 ◦ blue 125

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

Shades of Blue Smoke #77897D

Tints of Blue Smoke #77897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 31.23%
G = 35.96%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#77897D (or 0x77897D) is known color: Blue Smoke. HEX triplet: 77, 89 and 7D. RGB value is (119,137,125). Sum of RGB (Red+Green+Blue) = 119+137+125=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #77897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77897D is #887682. Grayscale: #828282. Windows color (decimal): -8943235 or 8227191. OLE color: 8227191.

HSL color Cylindrical-coordinate representation of color #77897D: hue angle of 140º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77897D is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 125 -
CMYK 0.13 0 0.09 0.46
HSL 140º 0.07% 0.5% -
HSV(B) 140º 0.13% 0.54% -
XYZ 20.26 23.29 22.83 -
YUV 130.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 119 137 125 0.13 0 0.09 0.46 140 0.07 0.5
Hex 77 89 7D D 0 9 2E 8C 7 32
Octal 167 211 175 15 0 11 56 214 7 62
Binary 1110111 10001001 1111101 1101 0 1001 101110 10001100 111 110010

Color Harmonies of #77897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77897D

Black with #77897D

Text Example


Text Example

White with #77897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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