Html Css Color HEX #75877A Blue Smoke

📋 copy color: '#75877A'

red 117 ◦ green 135 ◦ blue 122

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

Shades of Blue Smoke #75877A

Tints of Blue Smoke #75877A

RGB

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

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

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

R = 31.28%
G = 36.1%
B = 32.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#75877A (or 0x75877A) is known color: Blue Smoke. HEX triplet: 75, 87 and 7A. RGB value is (117,135,122). Sum of RGB (Red+Green+Blue) = 117+135+122=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #75877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75877A is #8A7885. Grayscale: #808080. Windows color (decimal): -9074822 or 8030069. OLE color: 8030069.

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

Color convert

RGB 117 135 122 -
CMYK 0.13 0 0.10 0.47
HSL 136.67º 0.07% 0.49% -
HSV(B) 136.67º 0.13% 0.53% -
XYZ 19.51 22.52 21.73 -
YUV 128.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 117 135 122 0.13 0 0.10 0.47 136.67 0.07 0.49
Hex 75 87 7A D 0 A 2F 89 7 31
Octal 165 207 172 15 0 12 57 211 7 61
Binary 1110101 10000111 1111010 1101 0 1010 101111 10001001 111 110001

Color Harmonies of #75877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75877A

Black with #75877A

Text Example


Text Example

White with #75877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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