Html Css Color HEX #75897D Blue Smoke

📋 copy color: '#75897D'

red 117 ◦ green 137 ◦ blue 125

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

Shades of Blue Smoke #75897D

Tints of Blue Smoke #75897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 30.87%
G = 36.15%
B = 32.98%

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

#75897D (or 0x75897D) is known color: Blue Smoke. HEX triplet: 75, 89 and 7D. RGB value is (117,137,125). Sum of RGB (Red+Green+Blue) = 117+137+125=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #75897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75897D is #8A7682. Grayscale: #818181. Windows color (decimal): -9074307 or 8227189. OLE color: 8227189.

HSL color Cylindrical-coordinate representation of color #75897D: hue angle of 144º 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 #75897D is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 125 -
CMYK 0.15 0 0.09 0.46
HSL 144º 0.08% 0.5% -
HSV(B) 144º 0.15% 0.54% -
XYZ 19.98 23.15 22.82 -
YUV 129.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 117 137 125 0.15 0 0.09 0.46 144 0.08 0.5
Hex 75 89 7D F 0 9 2E 90 8 32
Octal 165 211 175 17 0 11 56 220 10 62
Binary 1110101 10001001 1111101 1111 0 1001 101110 10010000 1000 110010

Color Harmonies of #75897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75897D

Black with #75897D

Text Example


Text Example

White with #75897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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