Html Css Color HEX #768377 Blue Smoke

📋 copy color: '#768377'

red 118 ◦ green 131 ◦ blue 119

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

Shades of Blue Smoke #768377

Tints of Blue Smoke #768377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 32.07%
G = 35.6%
B = 32.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#768377 (or 0x768377) is known color: Blue Smoke. HEX triplet: 76, 83 and 77. RGB value is (118,131,119). Sum of RGB (Red+Green+Blue) = 118+131+119=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #768377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768377 is #897C88. Grayscale: #7D7D7D. Windows color (decimal): -9010313 or 7832438. OLE color: 7832438.

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

Color convert

RGB 118 131 119 -
CMYK 0.10 0 0.09 0.49
HSL 124.62º 0.05% 0.49% -
HSV(B) 124.62º 0.1% 0.51% -
XYZ 18.92 21.42 20.59 -
YUV 125.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 118 131 119 0.10 0 0.09 0.49 124.62 0.05 0.49
Hex 76 83 77 A 0 9 31 7D 5 31
Octal 166 203 167 12 0 11 61 175 5 61
Binary 1110110 10000011 1110111 1010 0 1001 110001 1111101 101 110001

Color Harmonies of #768377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768377

Black with #768377

Text Example


Text Example

White with #768377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768377; }

 p { color: rgb(118,131,119); }

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

background-color css

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

 a { background-color: rgb(118,131,119); }

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

border-color css

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

 span { border-color: rgb(118,131,119); }

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