Html Css Color HEX #727F8A Slate Grey

📋 copy color: '#727F8A'

red 114 ◦ green 127 ◦ blue 138

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

Shades of Slate Grey #727F8A

Tints of Slate Grey #727F8A

RGB

 RED value IS 114 (44.92% from 255) = 30.08%

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 30.08%
G = 33.51%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#727F8A (or 0x727F8A) is known color: Slate Grey. HEX triplet: 72, 7F and 8A. RGB value is (114,127,138). Sum of RGB (Red+Green+Blue) = 114+127+138=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #727F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8A is #8D8075. Grayscale: #7C7C7C. Windows color (decimal): -9273462 or 9076594. OLE color: 9076594.

HSL color Cylindrical-coordinate representation of color #727F8A: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727F8A is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 127 138 -
CMYK 0.17 0.08 0 0.46
HSL 207.5º 0.1% 0.49% -
HSV(B) 207.5º 0.17% 0.54% -
XYZ 19.12 20.59 27.01 -
YUV 124.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 114 127 138 0.17 0.08 0 0.46 207.5 0.1 0.49
Hex 72 7F 8A 11 8 0 2E D0 A 31
Octal 162 177 212 21 10 0 56 320 12 61
Binary 1110010 1111111 10001010 10001 1000 0 101110 11010000 1010 110001

Color Harmonies of #727F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F8A

Black with #727F8A

Text Example


Text Example

White with #727F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727F8A; }

 p { color: rgb(114,127,138); }

 H1.HeaderClassName
 {
   color: #727F8A;
 }
 .AnyTagClassName
 {
   color: #727F8A;
 }
</style>

background-color css

<style>
 a { background-color: #727F8A; }

 a { background-color: rgb(114,127,138); }

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

border-color css

<style>
 span { border-color: #727F8A; }

 span { border-color: rgb(114,127,138); }

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