Html Css Color HEX #73708B Scampi

📋 copy color: '#73708B'

red 115 ◦ green 112 ◦ blue 139

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

Shades of Scampi #73708B

Tints of Scampi #73708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 31.42%
G = 30.6%
B = 37.98%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73708B (or 0x73708B) is known color: Scampi. HEX triplet: 73, 70 and 8B. RGB value is (115,112,139). Sum of RGB (Red+Green+Blue) = 115+112+139=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #73708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73708B is #8C8F74. Grayscale: #737373. Windows color (decimal): -9211765 or 9138291. OLE color: 9138291.

HSL color Cylindrical-coordinate representation of color #73708B: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73708B is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 112 139 -
CMYK 0.17 0.19 0 0.45
HSL 246.67º 0.11% 0.49% -
HSV(B) 246.67º 0.19% 0.55% -
XYZ 17.52 17.1 26.8 -
YUV 115.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 115 112 139 0.17 0.19 0 0.45 246.67 0.11 0.49
Hex 73 70 8B 11 13 0 2D F7 B 31
Octal 163 160 213 21 23 0 55 367 13 61
Binary 1110011 1110000 10001011 10001 10011 0 101101 11110111 1011 110001

Color Harmonies of #73708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73708B

Black with #73708B

Text Example


Text Example

White with #73708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,112,139); }

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

background-color css

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

 a { background-color: rgb(115,112,139); }

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

border-color css

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

 span { border-color: rgb(115,112,139); }

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