Html Css Color HEX #75867B Blue Smoke

📋 copy color: '#75867B'

red 117 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #75867B

Tints of Blue Smoke #75867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 31.28%
G = 35.83%
B = 32.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#75867B (or 0x75867B) is known color: Blue Smoke. HEX triplet: 75, 86 and 7B. RGB value is (117,134,123). Sum of RGB (Red+Green+Blue) = 117+134+123=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #75867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75867B is #8A7984. Grayscale: #7F7F7F. Windows color (decimal): -9075077 or 8095349. OLE color: 8095349.

HSL color Cylindrical-coordinate representation of color #75867B: hue angle of 141.18º 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 #75867B is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 123 -
CMYK 0.13 0 0.08 0.47
HSL 141.18º 0.07% 0.49% -
HSV(B) 141.18º 0.13% 0.53% -
XYZ 19.44 22.26 22.01 -
YUV 127.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 117 134 123 0.13 0 0.08 0.47 141.18 0.07 0.49
Hex 75 86 7B D 0 8 2F 8D 7 31
Octal 165 206 173 15 0 10 57 215 7 61
Binary 1110101 10000110 1111011 1101 0 1000 101111 10001101 111 110001

Color Harmonies of #75867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75867B

Black with #75867B

Text Example


Text Example

White with #75867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,134,123); }

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

background-color css

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

 a { background-color: rgb(117,134,123); }

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

border-color css

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

 span { border-color: rgb(117,134,123); }

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