Html Css Color HEX #74877A Blue Smoke

📋 copy color: '#74877A'

red 116 ◦ green 135 ◦ blue 122

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

Shades of Blue Smoke #74877A

Tints of Blue Smoke #74877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 31.1%
G = 36.19%
B = 32.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#74877A (or 0x74877A) is known color: Blue Smoke. HEX triplet: 74, 87 and 7A. RGB value is (116,135,122). Sum of RGB (Red+Green+Blue) = 116+135+122=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #74877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877A is #8B7885. Grayscale: #7F7F7F. Windows color (decimal): -9140358 or 8030068. OLE color: 8030068.

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

Color convert

RGB 116 135 122 -
CMYK 0.14 0 0.10 0.47
HSL 138.95º 0.08% 0.49% -
HSV(B) 138.95º 0.14% 0.53% -
XYZ 19.38 22.45 21.72 -
YUV 127.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 116 135 122 0.14 0 0.10 0.47 138.95 0.08 0.49
Hex 74 87 7A E 0 A 2F 8B 8 31
Octal 164 207 172 16 0 12 57 213 10 61
Binary 1110100 10000111 1111010 1110 0 1010 101111 10001011 1000 110001

Color Harmonies of #74877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74877A

Black with #74877A

Text Example


Text Example

White with #74877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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