Html Css Color HEX #74718C Scampi

📋 copy color: '#74718C'

red 116 ◦ green 113 ◦ blue 140

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

Shades of Scampi #74718C

Tints of Scampi #74718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 31.44%
G = 30.62%
B = 37.94%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74718C (or 0x74718C) is known color: Scampi. HEX triplet: 74, 71 and 8C. RGB value is (116,113,140). Sum of RGB (Red+Green+Blue) = 116+113+140=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #74718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74718C is #8B8E73. Grayscale: #747474. Windows color (decimal): -9145972 or 9204084. OLE color: 9204084.

HSL color Cylindrical-coordinate representation of color #74718C: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74718C is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 113 140 -
CMYK 0.17 0.19 0 0.45
HSL 246.67º 0.11% 0.5% -
HSV(B) 246.67º 0.19% 0.55% -
XYZ 17.84 17.42 27.23 -
YUV 116.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 116 113 140 0.17 0.19 0 0.45 246.67 0.11 0.5
Hex 74 71 8C 11 13 0 2D F7 B 32
Octal 164 161 214 21 23 0 55 367 13 62
Binary 1110100 1110001 10001100 10001 10011 0 101101 11110111 1011 110010

Color Harmonies of #74718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74718C

Black with #74718C

Text Example


Text Example

White with #74718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,113,140); }

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

background-color css

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

 a { background-color: rgb(116,113,140); }

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

border-color css

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

 span { border-color: rgb(116,113,140); }

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