Html Css Color HEX #74759F Scampi

📋 copy color: '#74759F'

red 116 ◦ green 117 ◦ blue 159

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

Shades of Scampi #74759F

Tints of Scampi #74759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 29.59%
G = 29.85%
B = 40.56%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74759F (or 0x74759F) is known color: Scampi. HEX triplet: 74, 75 and 9F. RGB value is (116,117,159). Sum of RGB (Red+Green+Blue) = 116+117+159=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #74759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759F is #8B8A60. Grayscale: #797979. Windows color (decimal): -9144929 or 10450292. OLE color: 10450292.

HSL color Cylindrical-coordinate representation of color #74759F: hue angle of 238.6º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74759F is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 117 159 -
CMYK 0.27 0.26 0 0.38
HSL 238.6º 0.18% 0.54% -
HSV(B) 238.6º 0.27% 0.62% -
XYZ 19.82 18.94 35.41 -
YUV 121.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 116 117 159 0.27 0.26 0 0.38 238.6 0.18 0.54
Hex 74 75 9F 1B 1A 0 26 EF 12 36
Octal 164 165 237 33 32 0 46 357 22 66
Binary 1110100 1110101 10011111 11011 11010 0 100110 11101111 10010 110110

Color Harmonies of #74759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74759F

Black with #74759F

Text Example


Text Example

White with #74759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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