Html Css Color HEX #74729F Scampi

📋 copy color: '#74729F'

red 116 ◦ green 114 ◦ blue 159

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

Shades of Scampi #74729F

Tints of Scampi #74729F

RGB

 RED value IS 116 (45.7% from 255) = 29.82%

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 29.82%
G = 29.31%
B = 40.87%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74729F (or 0x74729F) is known color: Scampi. HEX triplet: 74, 72 and 9F. RGB value is (116,114,159). Sum of RGB (Red+Green+Blue) = 116+114+159=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #74729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74729F is #8B8D60. Grayscale: #777777. Windows color (decimal): -9145697 or 10449524. OLE color: 10449524.

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

Color convert

RGB 116 114 159 -
CMYK 0.27 0.28 0 0.38
HSL 242.67º 0.19% 0.54% -
HSV(B) 242.67º 0.28% 0.62% -
XYZ 19.48 18.25 35.3 -
YUV 119.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 116 114 159 0.27 0.28 0 0.38 242.67 0.19 0.54
Hex 74 72 9F 1B 1C 0 26 F3 13 36
Octal 164 162 237 33 34 0 46 363 23 66
Binary 1110100 1110010 10011111 11011 11100 0 100110 11110011 10011 110110

Color Harmonies of #74729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74729F

Black with #74729F

Text Example


Text Example

White with #74729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74729F; }

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

 H1.HeaderClassName
 {
   color: #74729F;
 }
 .AnyTagClassName
 {
   color: #74729F;
 }
</style>

background-color css

<style>
 a { background-color: #74729F; }

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

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

border-color css

<style>
 span { border-color: #74729F; }

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

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