Html Css Color HEX #72679D Scampi

📋 copy color: '#72679D'

red 114 ◦ green 103 ◦ blue 157

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

Shades of Scampi #72679D

Tints of Scampi #72679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 30.48%
G = 27.54%
B = 41.98%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72679D (or 0x72679D) is known color: Scampi. HEX triplet: 72, 67 and 9D. RGB value is (114,103,157). Sum of RGB (Red+Green+Blue) = 114+103+157=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #72679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72679D is #8D9862. Grayscale: #707070. Windows color (decimal): -9279587 or 10315634. OLE color: 10315634.

HSL color Cylindrical-coordinate representation of color #72679D: hue angle of 252.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72679D is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 103 157 -
CMYK 0.27 0.34 0 0.38
HSL 252.22º 0.22% 0.51% -
HSV(B) 252.22º 0.34% 0.62% -
XYZ 17.88 15.71 33.99 -
YUV 112.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 114 103 157 0.27 0.34 0 0.38 252.22 0.22 0.51
Hex 72 67 9D 1B 22 0 26 FC 16 33
Octal 162 147 235 33 42 0 46 374 26 63
Binary 1110010 1100111 10011101 11011 100010 0 100110 11111100 10110 110011

Color Harmonies of #72679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72679D

Black with #72679D

Text Example


Text Example

White with #72679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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