Html Css Color HEX #74709D Scampi

📋 copy color: '#74709D'

red 116 ◦ green 112 ◦ blue 157

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

Shades of Scampi #74709D

Tints of Scampi #74709D

RGB

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

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

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

R = 30.13%
G = 29.09%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74709D (or 0x74709D) is known color: Scampi. HEX triplet: 74, 70 and 9D. RGB value is (116,112,157). Sum of RGB (Red+Green+Blue) = 116+112+157=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #74709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74709D is #8B8F62. Grayscale: #767676. Windows color (decimal): -9146211 or 10317940. OLE color: 10317940.

HSL color Cylindrical-coordinate representation of color #74709D: hue angle of 245.33º 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 #74709D is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 112 157 -
CMYK 0.26 0.29 0 0.38
HSL 245.33º 0.19% 0.53% -
HSV(B) 245.33º 0.29% 0.62% -
XYZ 19.08 17.74 34.32 -
YUV 118.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 116 112 157 0.26 0.29 0 0.38 245.33 0.19 0.53
Hex 74 70 9D 1A 1D 0 26 F5 13 35
Octal 164 160 235 32 35 0 46 365 23 65
Binary 1110100 1110000 10011101 11010 11101 0 100110 11110101 10011 110101

Color Harmonies of #74709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74709D

Black with #74709D

Text Example


Text Example

White with #74709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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