Html Css Color HEX #74729C Scampi

📋 copy color: '#74729C'

red 116 ◦ green 114 ◦ blue 156

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

Shades of Scampi #74729C

Tints of Scampi #74729C

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74729C (or 0x74729C) is known color: Scampi. HEX triplet: 74, 72 and 9C. RGB value is (116,114,156). Sum of RGB (Red+Green+Blue) = 116+114+156=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 114 (44.92% from 255 or 29.53% 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 #74729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74729C is #8B8D63. Grayscale: #777777. Windows color (decimal): -9145700 or 10252916. OLE color: 10252916.

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

Color convert

RGB 116 114 156 -
CMYK 0.26 0.27 0 0.39
HSL 242.86º 0.18% 0.53% -
HSV(B) 242.86º 0.27% 0.61% -
XYZ 19.22 18.15 33.94 -
YUV 119.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 116 114 156 0.26 0.27 0 0.39 242.86 0.18 0.53
Hex 74 72 9C 1A 1B 0 27 F3 12 35
Octal 164 162 234 32 33 0 47 363 22 65
Binary 1110100 1110010 10011100 11010 11011 0 100111 11110011 10010 110101

Color Harmonies of #74729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74729C

Black with #74729C

Text Example


Text Example

White with #74729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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