Html Css Color HEX #74897B Blue Smoke

📋 copy color: '#74897B'

red 116 ◦ green 137 ◦ blue 123

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

Shades of Blue Smoke #74897B

Tints of Blue Smoke #74897B

RGB

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

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

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

R = 30.85%
G = 36.44%
B = 32.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#74897B (or 0x74897B) is known color: Blue Smoke. HEX triplet: 74, 89 and 7B. RGB value is (116,137,123). Sum of RGB (Red+Green+Blue) = 116+137+123=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #74897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74897B is #8B7684. Grayscale: #818181. Windows color (decimal): -9139845 or 8096116. OLE color: 8096116.

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

Color convert

RGB 116 137 123 -
CMYK 0.15 0 0.10 0.46
HSL 140º 0.08% 0.5% -
HSV(B) 140º 0.15% 0.54% -
XYZ 19.72 23.03 22.15 -
YUV 129.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 116 137 123 0.15 0 0.10 0.46 140 0.08 0.5
Hex 74 89 7B F 0 A 2E 8C 8 32
Octal 164 211 173 17 0 12 56 214 10 62
Binary 1110100 10001001 1111011 1111 0 1010 101110 10001100 1000 110010

Color Harmonies of #74897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74897B

Black with #74897B

Text Example


Text Example

White with #74897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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