Html Css Color HEX #74689E Scampi

📋 copy color: '#74689E'

red 116 ◦ green 104 ◦ blue 158

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

Shades of Scampi #74689E

Tints of Scampi #74689E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

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

R = 30.69%
G = 27.51%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74689E (or 0x74689E) is known color: Scampi. HEX triplet: 74, 68 and 9E. RGB value is (116,104,158). Sum of RGB (Red+Green+Blue) = 116+104+158=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #74689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74689E is #8B9761. Grayscale: #717171. Windows color (decimal): -9148258 or 10381428. OLE color: 10381428.

HSL color Cylindrical-coordinate representation of color #74689E: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74689E is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 104 158 -
CMYK 0.27 0.34 0 0.38
HSL 253.33º 0.22% 0.51% -
HSV(B) 253.33º 0.34% 0.62% -
XYZ 18.32 16.08 34.49 -
YUV 113.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 116 104 158 0.27 0.34 0 0.38 253.33 0.22 0.51
Hex 74 68 9E 1B 22 0 26 FD 16 33
Octal 164 150 236 33 42 0 46 375 26 63
Binary 1110100 1101000 10011110 11011 100010 0 100110 11111101 10110 110011

Color Harmonies of #74689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74689E

Black with #74689E

Text Example


Text Example

White with #74689E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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