Html Css Color HEX #74759A Scampi

📋 copy color: '#74759A'

red 116 ◦ green 117 ◦ blue 154

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

Shades of Scampi #74759A

Tints of Scampi #74759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 29.97%
G = 30.23%
B = 39.79%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74759A (or 0x74759A) is known color: Scampi. HEX triplet: 74, 75 and 9A. RGB value is (116,117,154). Sum of RGB (Red+Green+Blue) = 116+117+154=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #74759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759A is #8B8A65. Grayscale: #787878. Windows color (decimal): -9144934 or 10122612. OLE color: 10122612.

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

Color convert

RGB 116 117 154 -
CMYK 0.25 0.24 0 0.40
HSL 238.42º 0.16% 0.53% -
HSV(B) 238.42º 0.25% 0.6% -
XYZ 19.4 18.77 33.17 -
YUV 120.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 116 117 154 0.25 0.24 0 0.40 238.42 0.16 0.53
Hex 74 75 9A 19 18 0 28 EE 10 35
Octal 164 165 232 31 30 0 50 356 20 65
Binary 1110100 1110101 10011010 11001 11000 0 101000 11101110 10000 110101

Color Harmonies of #74759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74759A

Black with #74759A

Text Example


Text Example

White with #74759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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