Html Css Color HEX #73739B Scampi

📋 copy color: '#73739B'

red 115 ◦ green 115 ◦ blue 155

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

Shades of Scampi #73739B

Tints of Scampi #73739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 29.87%
G = 29.87%
B = 40.26%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73739B (or 0x73739B) is known color: Scampi. HEX triplet: 73, 73 and 9B. RGB value is (115,115,155). Sum of RGB (Red+Green+Blue) = 115+115+155=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #73739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73739B is #8C8C64. Grayscale: #777777. Windows color (decimal): -9210981 or 10187635. OLE color: 10187635.

HSL color Cylindrical-coordinate representation of color #73739B: hue angle of 240º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73739B is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 115 155 -
CMYK 0.26 0.26 0 0.39
HSL 240º 0.17% 0.53% -
HSV(B) 240º 0.26% 0.61% -
XYZ 19.12 18.27 33.53 -
YUV 119.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 115 115 155 0.26 0.26 0 0.39 240 0.17 0.53
Hex 73 73 9B 1A 1A 0 27 F0 11 35
Octal 163 163 233 32 32 0 47 360 21 65
Binary 1110011 1110011 10011011 11010 11010 0 100111 11110000 10001 110101

Color Harmonies of #73739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73739B

Black with #73739B

Text Example


Text Example

White with #73739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,115,155); }

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

background-color css

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

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

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

border-color css

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

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

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