Html Css Color HEX #76867B Blue Smoke

📋 copy color: '#76867B'

red 118 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #76867B

Tints of Blue Smoke #76867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 31.47%
G = 35.73%
B = 32.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#76867B (or 0x76867B) is known color: Blue Smoke. HEX triplet: 76, 86 and 7B. RGB value is (118,134,123). Sum of RGB (Red+Green+Blue) = 118+134+123=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #76867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76867B is #897984. Grayscale: #7F7F7F. Windows color (decimal): -9009541 or 8095350. OLE color: 8095350.

HSL color Cylindrical-coordinate representation of color #76867B: hue angle of 138.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76867B is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 123 -
CMYK 0.12 0 0.08 0.47
HSL 138.75º 0.06% 0.49% -
HSV(B) 138.75º 0.12% 0.53% -
XYZ 19.57 22.33 22.02 -
YUV 127.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 118 134 123 0.12 0 0.08 0.47 138.75 0.06 0.49
Hex 76 86 7B C 0 8 2F 8B 6 31
Octal 166 206 173 14 0 10 57 213 6 61
Binary 1110110 10000110 1111011 1100 0 1000 101111 10001011 110 110001

Color Harmonies of #76867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76867B

Black with #76867B

Text Example


Text Example

White with #76867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76867B; }

 p { color: rgb(118,134,123); }

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

background-color css

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

 a { background-color: rgb(118,134,123); }

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

border-color css

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

 span { border-color: rgb(118,134,123); }

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