Html Css Color HEX #74679A Scampi

📋 copy color: '#74679A'

red 116 ◦ green 103 ◦ blue 154

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

Shades of Scampi #74679A

Tints of Scampi #74679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 31.1%
G = 27.61%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74679A (or 0x74679A) is known color: Scampi. HEX triplet: 74, 67 and 9A. RGB value is (116,103,154). Sum of RGB (Red+Green+Blue) = 116+103+154=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #74679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679A is #8B9865. Grayscale: #707070. Windows color (decimal): -9148518 or 10119028. OLE color: 10119028.

HSL color Cylindrical-coordinate representation of color #74679A: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74679A is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 103 154 -
CMYK 0.25 0.33 0 0.40
HSL 255.29º 0.2% 0.5% -
HSV(B) 255.29º 0.33% 0.6% -
XYZ 17.89 15.75 32.67 -
YUV 112.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 116 103 154 0.25 0.33 0 0.40 255.29 0.2 0.5
Hex 74 67 9A 19 21 0 28 FF 14 32
Octal 164 147 232 31 41 0 50 377 24 62
Binary 1110100 1100111 10011010 11001 100001 0 101000 11111111 10100 110010

Color Harmonies of #74679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74679A

Black with #74679A

Text Example


Text Example

White with #74679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74679A; }

 p { color: rgb(116,103,154); }

 H1.HeaderClassName
 {
   color: #74679A;
 }
 .AnyTagClassName
 {
   color: #74679A;
 }
</style>

background-color css

<style>
 a { background-color: #74679A; }

 a { background-color: rgb(116,103,154); }

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

border-color css

<style>
 span { border-color: #74679A; }

 span { border-color: rgb(116,103,154); }

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