Html Css Color HEX #77827B Blue Smoke

📋 copy color: '#77827B'

red 119 ◦ green 130 ◦ blue 123

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

Shades of Blue Smoke #77827B

Tints of Blue Smoke #77827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 31.99%
G = 34.95%
B = 33.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#77827B (or 0x77827B) is known color: Blue Smoke. HEX triplet: 77, 82 and 7B. RGB value is (119,130,123). Sum of RGB (Red+Green+Blue) = 119+130+123=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 130 - color contains mainly: green. Hex color #77827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827B is #887D84. Grayscale: #7D7D7D. Windows color (decimal): -8945029 or 8094327. OLE color: 8094327.

HSL color Cylindrical-coordinate representation of color #77827B: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77827B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 123 -
CMYK 0.08 0 0.05 0.49
HSL 141.82º 0.04% 0.49% -
HSV(B) 141.82º 0.08% 0.51% -
XYZ 19.17 21.32 21.84 -
YUV 125.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 119 130 123 0.08 0 0.05 0.49 141.82 0.04 0.49
Hex 77 82 7B 8 0 5 31 8E 4 31
Octal 167 202 173 10 0 5 61 216 4 61
Binary 1110111 10000010 1111011 1000 0 101 110001 10001110 100 110001

Color Harmonies of #77827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77827B

Black with #77827B

Text Example


Text Example

White with #77827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77827B; }

 p { color: rgb(119,130,123); }

 H1.HeaderClassName
 {
   color: #77827B;
 }
 .AnyTagClassName
 {
   color: #77827B;
 }
</style>

background-color css

<style>
 a { background-color: #77827B; }

 a { background-color: rgb(119,130,123); }

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

border-color css

<style>
 span { border-color: #77827B; }

 span { border-color: rgb(119,130,123); }

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