Html Css Color HEX #72749C Scampi

📋 copy color: '#72749C'

red 114 ◦ green 116 ◦ blue 156

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

Shades of Scampi #72749C

Tints of Scampi #72749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 29.53%
G = 30.05%
B = 40.41%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72749C (or 0x72749C) is known color: Scampi. HEX triplet: 72, 74 and 9C. RGB value is (114,116,156). Sum of RGB (Red+Green+Blue) = 114+116+156=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #72749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749C is #8D8B63. Grayscale: #777777. Windows color (decimal): -9276260 or 10253426. OLE color: 10253426.

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

Color convert

RGB 114 116 156 -
CMYK 0.27 0.26 0 0.39
HSL 237.14º 0.18% 0.53% -
HSV(B) 237.14º 0.27% 0.61% -
XYZ 19.19 18.47 34.01 -
YUV 119.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 114 116 156 0.27 0.26 0 0.39 237.14 0.18 0.53
Hex 72 74 9C 1B 1A 0 27 ED 12 35
Octal 162 164 234 33 32 0 47 355 22 65
Binary 1110010 1110100 10011100 11011 11010 0 100111 11101101 10010 110101

Color Harmonies of #72749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72749C

Black with #72749C

Text Example


Text Example

White with #72749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,116,156); }

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

background-color css

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

 a { background-color: rgb(114,116,156); }

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

border-color css

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

 span { border-color: rgb(114,116,156); }

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