Html Css Color HEX #77827A Blue Smoke

📋 copy color: '#77827A'

red 119 ◦ green 130 ◦ blue 122

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

Shades of Blue Smoke #77827A

Tints of Blue Smoke #77827A

RGB

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

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

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

R = 32.08%
G = 35.04%
B = 32.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#77827A (or 0x77827A) is known color: Blue Smoke. HEX triplet: 77, 82 and 7A. RGB value is (119,130,122). Sum of RGB (Red+Green+Blue) = 119+130+122=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #77827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827A is #887D85. Grayscale: #7D7D7D. Windows color (decimal): -8945030 or 8028791. OLE color: 8028791.

HSL color Cylindrical-coordinate representation of color #77827A: hue angle of 136.36º 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 #77827A is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 122 -
CMYK 0.08 0 0.06 0.49
HSL 136.36º 0.04% 0.49% -
HSV(B) 136.36º 0.08% 0.51% -
XYZ 19.1 21.29 21.52 -
YUV 125.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 119 130 122 0.08 0 0.06 0.49 136.36 0.04 0.49
Hex 77 82 7A 8 0 6 31 88 4 31
Octal 167 202 172 10 0 6 61 210 4 61
Binary 1110111 10000010 1111010 1000 0 110 110001 10001000 100 110001

Color Harmonies of #77827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77827A

Black with #77827A

Text Example


Text Example

White with #77827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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