Html Css Color HEX #72679B Scampi

📋 copy color: '#72679B'

red 114 ◦ green 103 ◦ blue 155

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

Shades of Scampi #72679B

Tints of Scampi #72679B

RGB

 RED value IS 114 (44.92% from 255) = 30.65%

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

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

R = 30.65%
G = 27.69%
B = 41.67%

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

#72679B (or 0x72679B) is known color: Scampi. HEX triplet: 72, 67 and 9B. RGB value is (114,103,155). Sum of RGB (Red+Green+Blue) = 114+103+155=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #72679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72679B is #8D9864. Grayscale: #707070. Windows color (decimal): -9279589 or 10184562. OLE color: 10184562.

HSL color Cylindrical-coordinate representation of color #72679B: hue angle of 252.69º 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 #72679B is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 103 155 -
CMYK 0.26 0.34 0 0.39
HSL 252.69º 0.21% 0.51% -
HSV(B) 252.69º 0.34% 0.61% -
XYZ 17.71 15.64 33.1 -
YUV 112.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 114 103 155 0.26 0.34 0 0.39 252.69 0.21 0.51
Hex 72 67 9B 1A 22 0 27 FD 15 33
Octal 162 147 233 32 42 0 47 375 25 63
Binary 1110010 1100111 10011011 11010 100010 0 100111 11111101 10101 110011

Color Harmonies of #72679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72679B

Black with #72679B

Text Example


Text Example

White with #72679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,103,155); }

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

background-color css

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

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

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

border-color css

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

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

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