Html Css Color HEX #737F8C Slate Grey

📋 copy color: '#737F8C'

red 115 ◦ green 127 ◦ blue 140

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

Shades of Slate Grey #737F8C

Tints of Slate Grey #737F8C

RGB

 RED value IS 115 (45.31% from 255) = 30.1%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 30.1%
G = 33.25%
B = 36.65%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#737F8C (or 0x737F8C) is known color: Slate Grey. HEX triplet: 73, 7F and 8C. RGB value is (115,127,140). Sum of RGB (Red+Green+Blue) = 115+127+140=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #737F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F8C is #8C8073. Grayscale: #7C7C7C. Windows color (decimal): -9207924 or 9207667. OLE color: 9207667.

HSL color Cylindrical-coordinate representation of color #737F8C: hue angle of 211.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #737F8C is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 127 140 -
CMYK 0.18 0.09 0 0.45
HSL 211.2º 0.1% 0.5% -
HSV(B) 211.2º 0.18% 0.55% -
XYZ 19.39 20.72 27.79 -
YUV 124.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 115 127 140 0.18 0.09 0 0.45 211.2 0.1 0.5
Hex 73 7F 8C 12 9 0 2D D3 A 32
Octal 163 177 214 22 11 0 55 323 12 62
Binary 1110011 1111111 10001100 10010 1001 0 101101 11010011 1010 110010

Color Harmonies of #737F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F8C

Black with #737F8C

Text Example


Text Example

White with #737F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737F8C; }

 p { color: rgb(115,127,140); }

 H1.HeaderClassName
 {
   color: #737F8C;
 }
 .AnyTagClassName
 {
   color: #737F8C;
 }
</style>

background-color css

<style>
 a { background-color: #737F8C; }

 a { background-color: rgb(115,127,140); }

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

border-color css

<style>
 span { border-color: #737F8C; }

 span { border-color: rgb(115,127,140); }

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