Html Css Color HEX #769079 Blue Smoke

📋 copy color: '#769079'

red 118 ◦ green 144 ◦ blue 121

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

Shades of Blue Smoke #769079

Tints of Blue Smoke #769079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 30.81%
G = 37.6%
B = 31.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#769079 (or 0x769079) is known color: Blue Smoke. HEX triplet: 76, 90 and 79. RGB value is (118,144,121). Sum of RGB (Red+Green+Blue) = 118+144+121=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #769079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769079 is #896F86. Grayscale: #858585. Windows color (decimal): -9006983 or 7966838. OLE color: 7966838.

HSL color Cylindrical-coordinate representation of color #769079: hue angle of 126.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769079 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 121 -
CMYK 0.18 0 0.16 0.44
HSL 126.92º 0.1% 0.51% -
HSV(B) 126.92º 0.18% 0.56% -
XYZ 20.9 25.18 21.85 -
YUV 133.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 118 144 121 0.18 0 0.16 0.44 126.92 0.1 0.51
Hex 76 90 79 12 0 10 2C 7F A 33
Octal 166 220 171 22 0 20 54 177 12 63
Binary 1110110 10010000 1111001 10010 0 10000 101100 1111111 1010 110011

Color Harmonies of #769079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769079

Black with #769079

Text Example


Text Example

White with #769079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769079; }

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

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

background-color css

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

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

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

border-color css

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

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

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