Html Css Color HEX #768279 Blue Smoke

📋 copy color: '#768279'

red 118 ◦ green 130 ◦ blue 121

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

Shades of Blue Smoke #768279

Tints of Blue Smoke #768279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 31.98%
G = 35.23%
B = 32.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#768279 (or 0x768279) is known color: Blue Smoke. HEX triplet: 76, 82 and 79. RGB value is (118,130,121). Sum of RGB (Red+Green+Blue) = 118+130+121=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #768279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768279 is #897D86. Grayscale: #7D7D7D. Windows color (decimal): -9010567 or 7963254. OLE color: 7963254.

HSL color Cylindrical-coordinate representation of color #768279: hue angle of 135º 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 #768279 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 121 -
CMYK 0.09 0 0.07 0.49
HSL 135º 0.05% 0.49% -
HSV(B) 135º 0.09% 0.51% -
XYZ 18.91 21.2 21.18 -
YUV 125.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 118 130 121 0.09 0 0.07 0.49 135 0.05 0.49
Hex 76 82 79 9 0 7 31 87 5 31
Octal 166 202 171 11 0 7 61 207 5 61
Binary 1110110 10000010 1111001 1001 0 111 110001 10000111 101 110001

Color Harmonies of #768279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768279

Black with #768279

Text Example


Text Example

White with #768279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768279; }

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

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

background-color css

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

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

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

border-color css

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

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

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