Html Css Color HEX #736F92 Scampi

📋 copy color: '#736F92'

red 115 ◦ green 111 ◦ blue 146

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

Shades of Scampi #736F92

Tints of Scampi #736F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 30.91%
G = 29.84%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#736F92 (or 0x736F92) is known color: Scampi. HEX triplet: 73, 6F and 92. RGB value is (115,111,146). Sum of RGB (Red+Green+Blue) = 115+111+146=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #736F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F92 is #8C906D. Grayscale: #747474. Windows color (decimal): -9212014 or 9596787. OLE color: 9596787.

HSL color Cylindrical-coordinate representation of color #736F92: hue angle of 246.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736F92 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 111 146 -
CMYK 0.21 0.24 0 0.43
HSL 246.86º 0.14% 0.5% -
HSV(B) 246.86º 0.24% 0.57% -
XYZ 17.94 17.09 29.55 -
YUV 116.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 115 111 146 0.21 0.24 0 0.43 246.86 0.14 0.5
Hex 73 6F 92 15 18 0 2B F7 E 32
Octal 163 157 222 25 30 0 53 367 16 62
Binary 1110011 1101111 10010010 10101 11000 0 101011 11110111 1110 110010

Color Harmonies of #736F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F92

Black with #736F92

Text Example


Text Example

White with #736F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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