Html Css Color HEX #75897C Blue Smoke

📋 copy color: '#75897C'

red 117 ◦ green 137 ◦ blue 124

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

Shades of Blue Smoke #75897C

Tints of Blue Smoke #75897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

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

R = 30.95%
G = 36.24%
B = 32.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#75897C (or 0x75897C) is known color: Blue Smoke. HEX triplet: 75, 89 and 7C. RGB value is (117,137,124). Sum of RGB (Red+Green+Blue) = 117+137+124=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #75897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75897C is #8A7683. Grayscale: #818181. Windows color (decimal): -9074308 or 8161653. OLE color: 8161653.

HSL color Cylindrical-coordinate representation of color #75897C: hue angle of 141º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75897C is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 124 -
CMYK 0.15 0 0.09 0.46
HSL 141º 0.08% 0.5% -
HSV(B) 141º 0.15% 0.54% -
XYZ 19.92 23.13 22.48 -
YUV 129.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 117 137 124 0.15 0 0.09 0.46 141 0.08 0.5
Hex 75 89 7C F 0 9 2E 8D 8 32
Octal 165 211 174 17 0 11 56 215 10 62
Binary 1110101 10001001 1111100 1111 0 1001 101110 10001101 1000 110010

Color Harmonies of #75897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75897C

Black with #75897C

Text Example


Text Example

White with #75897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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