Html Css Color HEX #72739C Scampi

📋 copy color: '#72739C'

red 114 ◦ green 115 ◦ blue 156

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

Shades of Scampi #72739C

Tints of Scampi #72739C

RGB

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

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

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

R = 29.61%
G = 29.87%
B = 40.52%

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

#72739C (or 0x72739C) is known color: Scampi. HEX triplet: 72, 73 and 9C. RGB value is (114,115,156). Sum of RGB (Red+Green+Blue) = 114+115+156=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #72739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72739C is #8D8C63. Grayscale: #777777. Windows color (decimal): -9276516 or 10253170. OLE color: 10253170.

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

Color convert

RGB 114 115 156 -
CMYK 0.27 0.26 0 0.39
HSL 238.57º 0.18% 0.53% -
HSV(B) 238.57º 0.27% 0.61% -
XYZ 19.07 18.24 33.97 -
YUV 119.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 114 115 156 0.27 0.26 0 0.39 238.57 0.18 0.53
Hex 72 73 9C 1B 1A 0 27 EF 12 35
Octal 162 163 234 33 32 0 47 357 22 65
Binary 1110010 1110011 10011100 11011 11010 0 100111 11101111 10010 110101

Color Harmonies of #72739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72739C

Black with #72739C

Text Example


Text Example

White with #72739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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