Html Css Color HEX #74897D Blue Smoke

📋 copy color: '#74897D'

red 116 ◦ green 137 ◦ blue 125

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

Shades of Blue Smoke #74897D

Tints of Blue Smoke #74897D

RGB

 RED value IS 116 (45.7% from 255) = 30.69%

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

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

R = 30.69%
G = 36.24%
B = 33.07%

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

#74897D (or 0x74897D) is known color: Blue Smoke. HEX triplet: 74, 89 and 7D. RGB value is (116,137,125). Sum of RGB (Red+Green+Blue) = 116+137+125=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #74897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74897D is #8B7682. Grayscale: #818181. Windows color (decimal): -9139843 or 8227188. OLE color: 8227188.

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

Color convert

RGB 116 137 125 -
CMYK 0.15 0 0.09 0.46
HSL 145.71º 0.08% 0.5% -
HSV(B) 145.71º 0.15% 0.54% -
XYZ 19.85 23.09 22.81 -
YUV 129.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 116 137 125 0.15 0 0.09 0.46 145.71 0.08 0.5
Hex 74 89 7D F 0 9 2E 92 8 32
Octal 164 211 175 17 0 11 56 222 10 62
Binary 1110100 10001001 1111101 1111 0 1001 101110 10010010 1000 110010

Color Harmonies of #74897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74897D

Black with #74897D

Text Example


Text Example

White with #74897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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