Html Css Color HEX #736F8C Scampi

📋 copy color: '#736F8C'

red 115 ◦ green 111 ◦ blue 140

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

Shades of Scampi #736F8C

Tints of Scampi #736F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 31.42%
G = 30.33%
B = 38.25%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#736F8C (or 0x736F8C) is known color: Scampi. HEX triplet: 73, 6F and 8C. RGB value is (115,111,140). Sum of RGB (Red+Green+Blue) = 115+111+140=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #736F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F8C is #8C9073. Grayscale: #737373. Windows color (decimal): -9212020 or 9203571. OLE color: 9203571.

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

Color convert

RGB 115 111 140 -
CMYK 0.18 0.21 0 0.45
HSL 248.28º 0.12% 0.49% -
HSV(B) 248.28º 0.21% 0.55% -
XYZ 17.49 16.91 27.15 -
YUV 115.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 115 111 140 0.18 0.21 0 0.45 248.28 0.12 0.49
Hex 73 6F 8C 12 15 0 2D F8 C 31
Octal 163 157 214 22 25 0 55 370 14 61
Binary 1110011 1101111 10001100 10010 10101 0 101101 11111000 1100 110001

Color Harmonies of #736F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F8C

Black with #736F8C

Text Example


Text Example

White with #736F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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