Html Css Color HEX #76827A Blue Smoke

📋 copy color: '#76827A'

red 118 ◦ green 130 ◦ blue 122

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

Shades of Blue Smoke #76827A

Tints of Blue Smoke #76827A

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

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

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

R = 31.89%
G = 35.14%
B = 32.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#76827A (or 0x76827A) is known color: Blue Smoke. HEX triplet: 76, 82 and 7A. RGB value is (118,130,122). Sum of RGB (Red+Green+Blue) = 118+130+122=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #76827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76827A is #897D85. Grayscale: #7D7D7D. Windows color (decimal): -9010566 or 8028790. OLE color: 8028790.

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

Color convert

RGB 118 130 122 -
CMYK 0.09 0 0.06 0.49
HSL 140º 0.05% 0.49% -
HSV(B) 140º 0.09% 0.51% -
XYZ 18.97 21.22 21.51 -
YUV 125.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 118 130 122 0.09 0 0.06 0.49 140 0.05 0.49
Hex 76 82 7A 9 0 6 31 8C 5 31
Octal 166 202 172 11 0 6 61 214 5 61
Binary 1110110 10000010 1111010 1001 0 110 110001 10001100 101 110001

Color Harmonies of #76827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76827A

Black with #76827A

Text Example


Text Example

White with #76827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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