Html Css Color HEX #74708D Scampi

📋 copy color: '#74708D'

red 116 ◦ green 112 ◦ blue 141

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

Shades of Scampi #74708D

Tints of Scampi #74708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 31.44%
G = 30.35%
B = 38.21%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74708D (or 0x74708D) is known color: Scampi. HEX triplet: 74, 70 and 8D. RGB value is (116,112,141). Sum of RGB (Red+Green+Blue) = 116+112+141=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #74708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74708D is #8B8F72. Grayscale: #747474. Windows color (decimal): -9146227 or 9269364. OLE color: 9269364.

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

Color convert

RGB 116 112 141 -
CMYK 0.18 0.21 0 0.45
HSL 248.28º 0.11% 0.5% -
HSV(B) 248.28º 0.21% 0.55% -
XYZ 17.8 17.22 27.59 -
YUV 116.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 116 112 141 0.18 0.21 0 0.45 248.28 0.11 0.5
Hex 74 70 8D 12 15 0 2D F8 B 32
Octal 164 160 215 22 25 0 55 370 13 62
Binary 1110100 1110000 10001101 10010 10101 0 101101 11111000 1011 110010

Color Harmonies of #74708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74708D

Black with #74708D

Text Example


Text Example

White with #74708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,112,141); }

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

background-color css

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

 a { background-color: rgb(116,112,141); }

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

border-color css

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

 span { border-color: rgb(116,112,141); }

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