Html Css Color HEX #768F7C Blue Smoke

📋 copy color: '#768F7C'

red 118 ◦ green 143 ◦ blue 124

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

Shades of Blue Smoke #768F7C

Tints of Blue Smoke #768F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 30.65%
G = 37.14%
B = 32.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#768F7C (or 0x768F7C) is known color: Blue Smoke. HEX triplet: 76, 8F and 7C. RGB value is (118,143,124). Sum of RGB (Red+Green+Blue) = 118+143+124=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #768F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F7C is #897083. Grayscale: #858585. Windows color (decimal): -9007236 or 8163190. OLE color: 8163190.

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

Color convert

RGB 118 143 124 -
CMYK 0.17 0 0.13 0.44
HSL 134.4º 0.1% 0.51% -
HSV(B) 134.4º 0.17% 0.56% -
XYZ 20.93 24.95 22.78 -
YUV 133.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 118 143 124 0.17 0 0.13 0.44 134.4 0.1 0.51
Hex 76 8F 7C 11 0 D 2C 86 A 33
Octal 166 217 174 21 0 15 54 206 12 63
Binary 1110110 10001111 1111100 10001 0 1101 101100 10000110 1010 110011

Color Harmonies of #768F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F7C

Black with #768F7C

Text Example


Text Example

White with #768F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768F7C; }

 p { color: rgb(118,143,124); }

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

background-color css

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

 a { background-color: rgb(118,143,124); }

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

border-color css

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

 span { border-color: rgb(118,143,124); }

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