Html Css Color HEX #75857B Blue Smoke

📋 copy color: '#75857B'

red 117 ◦ green 133 ◦ blue 123

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

Shades of Blue Smoke #75857B

Tints of Blue Smoke #75857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

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

R = 31.37%
G = 35.66%
B = 32.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#75857B (or 0x75857B) is known color: Blue Smoke. HEX triplet: 75, 85 and 7B. RGB value is (117,133,123). Sum of RGB (Red+Green+Blue) = 117+133+123=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #75857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857B is #8A7A84. Grayscale: #7F7F7F. Windows color (decimal): -9075333 or 8095093. OLE color: 8095093.

HSL color Cylindrical-coordinate representation of color #75857B: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75857B is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 123 -
CMYK 0.12 0 0.08 0.48
HSL 142.5º 0.06% 0.49% -
HSV(B) 142.5º 0.12% 0.52% -
XYZ 19.3 21.99 21.97 -
YUV 127.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 117 133 123 0.12 0 0.08 0.48 142.5 0.06 0.49
Hex 75 85 7B C 0 8 30 8E 6 31
Octal 165 205 173 14 0 10 60 216 6 61
Binary 1110101 10000101 1111011 1100 0 1000 110000 10001110 110 110001

Color Harmonies of #75857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75857B

Black with #75857B

Text Example


Text Example

White with #75857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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