Html Css Color HEX #75867C Blue Smoke

📋 copy color: '#75867C'

red 117 ◦ green 134 ◦ blue 124

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

Shades of Blue Smoke #75867C

Tints of Blue Smoke #75867C

RGB

 RED value IS 117 (46.09% from 255) = 31.2%

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

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

R = 31.2%
G = 35.73%
B = 33.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#75867C (or 0x75867C) is known color: Blue Smoke. HEX triplet: 75, 86 and 7C. RGB value is (117,134,124). Sum of RGB (Red+Green+Blue) = 117+134+124=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #75867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75867C is #8A7983. Grayscale: #7F7F7F. Windows color (decimal): -9075076 or 8160885. OLE color: 8160885.

HSL color Cylindrical-coordinate representation of color #75867C: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75867C is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 124 -
CMYK 0.13 0 0.07 0.47
HSL 144.71º 0.07% 0.49% -
HSV(B) 144.71º 0.13% 0.53% -
XYZ 19.5 22.29 22.34 -
YUV 127.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 117 134 124 0.13 0 0.07 0.47 144.71 0.07 0.49
Hex 75 86 7C D 0 7 2F 91 7 31
Octal 165 206 174 15 0 7 57 221 7 61
Binary 1110101 10000110 1111100 1101 0 111 101111 10010001 111 110001

Color Harmonies of #75867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75867C

Black with #75867C

Text Example


Text Example

White with #75867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75867C; }

 p { color: rgb(117,134,124); }

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

background-color css

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

 a { background-color: rgb(117,134,124); }

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

border-color css

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

 span { border-color: rgb(117,134,124); }

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