Html Css Color HEX #747599 Scampi

📋 copy color: '#747599'

red 116 ◦ green 117 ◦ blue 153

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

Shades of Scampi #747599

Tints of Scampi #747599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 30.05%
G = 30.31%
B = 39.64%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#747599 (or 0x747599) is known color: Scampi. HEX triplet: 74, 75 and 99. RGB value is (116,117,153). Sum of RGB (Red+Green+Blue) = 116+117+153=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #747599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747599 is #8B8A66. Grayscale: #787878. Windows color (decimal): -9144935 or 10057076. OLE color: 10057076.

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

Color convert

RGB 116 117 153 -
CMYK 0.24 0.24 0 0.4
HSL 238.38º 0.15% 0.53% -
HSV(B) 238.38º 0.24% 0.6% -
XYZ 19.31 18.74 32.74 -
YUV 120.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 116 117 153 0.24 0.24 0 0.4 238.38 0.15 0.53
Hex 74 75 99 18 18 0 28 EE F 35
Octal 164 165 231 30 30 0 50 356 17 65
Binary 1110100 1110101 10011001 11000 11000 0 101000 11101110 1111 110101

Color Harmonies of #747599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747599

Black with #747599

Text Example


Text Example

White with #747599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747599; }

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

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

background-color css

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

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

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

border-color css

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

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

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