Html Css Color HEX #73679C Scampi

📋 copy color: '#73679C'

red 115 ◦ green 103 ◦ blue 156

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

Shades of Scampi #73679C

Tints of Scampi #73679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 30.75%
G = 27.54%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73679C (or 0x73679C) is known color: Scampi. HEX triplet: 73, 67 and 9C. RGB value is (115,103,156). Sum of RGB (Red+Green+Blue) = 115+103+156=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #73679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679C is #8C9863. Grayscale: #707070. Windows color (decimal): -9214052 or 10250099. OLE color: 10250099.

HSL color Cylindrical-coordinate representation of color #73679C: hue angle of 253.58º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73679C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 103 156 -
CMYK 0.26 0.34 0 0.39
HSL 253.58º 0.21% 0.51% -
HSV(B) 253.58º 0.34% 0.61% -
XYZ 17.92 15.75 33.55 -
YUV 112.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 115 103 156 0.26 0.34 0 0.39 253.58 0.21 0.51
Hex 73 67 9C 1A 22 0 27 FE 15 33
Octal 163 147 234 32 42 0 47 376 25 63
Binary 1110011 1100111 10011100 11010 100010 0 100111 11111110 10101 110011

Color Harmonies of #73679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73679C

Black with #73679C

Text Example


Text Example

White with #73679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73679C; }

 p { color: rgb(115,103,156); }

 H1.HeaderClassName
 {
   color: #73679C;
 }
 .AnyTagClassName
 {
   color: #73679C;
 }
</style>

background-color css

<style>
 a { background-color: #73679C; }

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

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

border-color css

<style>
 span { border-color: #73679C; }

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

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