Html Css Color HEX #72709D Scampi

📋 copy color: '#72709D'

red 114 ◦ green 112 ◦ blue 157

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

Shades of Scampi #72709D

Tints of Scampi #72709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 29.77%
G = 29.24%
B = 40.99%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72709D (or 0x72709D) is known color: Scampi. HEX triplet: 72, 70 and 9D. RGB value is (114,112,157). Sum of RGB (Red+Green+Blue) = 114+112+157=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #72709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72709D is #8D8F62. Grayscale: #757575. Windows color (decimal): -9277283 or 10317938. OLE color: 10317938.

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

Color convert

RGB 114 112 157 -
CMYK 0.27 0.29 0 0.38
HSL 242.67º 0.19% 0.53% -
HSV(B) 242.67º 0.29% 0.62% -
XYZ 18.82 17.6 34.3 -
YUV 117.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 114 112 157 0.27 0.29 0 0.38 242.67 0.19 0.53
Hex 72 70 9D 1B 1D 0 26 F3 13 35
Octal 162 160 235 33 35 0 46 363 23 65
Binary 1110010 1110000 10011101 11011 11101 0 100110 11110011 10011 110101

Color Harmonies of #72709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72709D

Black with #72709D

Text Example


Text Example

White with #72709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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