Html Css Color HEX #74887A Blue Smoke

📋 copy color: '#74887A'

red 116 ◦ green 136 ◦ blue 122

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

Shades of Blue Smoke #74887A

Tints of Blue Smoke #74887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 31.02%
G = 36.36%
B = 32.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#74887A (or 0x74887A) is known color: Blue Smoke. HEX triplet: 74, 88 and 7A. RGB value is (116,136,122). Sum of RGB (Red+Green+Blue) = 116+136+122=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #74887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74887A is #8B7785. Grayscale: #808080. Windows color (decimal): -9140102 or 8030324. OLE color: 8030324.

HSL color Cylindrical-coordinate representation of color #74887A: hue angle of 138º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74887A is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 122 -
CMYK 0.15 0 0.10 0.47
HSL 138º 0.08% 0.49% -
HSV(B) 138º 0.15% 0.53% -
XYZ 19.52 22.73 21.77 -
YUV 128.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 116 136 122 0.15 0 0.10 0.47 138 0.08 0.49
Hex 74 88 7A F 0 A 2F 8A 8 31
Octal 164 210 172 17 0 12 57 212 10 61
Binary 1110100 10001000 1111010 1111 0 1010 101111 10001010 1000 110001

Color Harmonies of #74887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74887A

Black with #74887A

Text Example


Text Example

White with #74887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74887A; }

 p { color: rgb(116,136,122); }

 H1.HeaderClassName
 {
   color: #74887A;
 }
 .AnyTagClassName
 {
   color: #74887A;
 }
</style>

background-color css

<style>
 a { background-color: #74887A; }

 a { background-color: rgb(116,136,122); }

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

border-color css

<style>
 span { border-color: #74887A; }

 span { border-color: rgb(116,136,122); }

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