Html Css Color HEX #74709E Scampi

📋 copy color: '#74709E'

red 116 ◦ green 112 ◦ blue 158

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

Shades of Scampi #74709E

Tints of Scampi #74709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 30.05%
G = 29.02%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74709E (or 0x74709E) is known color: Scampi. HEX triplet: 74, 70 and 9E. RGB value is (116,112,158). Sum of RGB (Red+Green+Blue) = 116+112+158=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #74709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74709E is #8B8F61. Grayscale: #767676. Windows color (decimal): -9146210 or 10383476. OLE color: 10383476.

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

Color convert

RGB 116 112 158 -
CMYK 0.27 0.29 0 0.38
HSL 245.22º 0.19% 0.53% -
HSV(B) 245.22º 0.29% 0.62% -
XYZ 19.17 17.77 34.77 -
YUV 118.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 116 112 158 0.27 0.29 0 0.38 245.22 0.19 0.53
Hex 74 70 9E 1B 1D 0 26 F5 13 35
Octal 164 160 236 33 35 0 46 365 23 65
Binary 1110100 1110000 10011110 11011 11101 0 100110 11110101 10011 110101

Color Harmonies of #74709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74709E

Black with #74709E

Text Example


Text Example

White with #74709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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