Html Css Color HEX #74759B Scampi

📋 copy color: '#74759B'

red 116 ◦ green 117 ◦ blue 155

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

Shades of Scampi #74759B

Tints of Scampi #74759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 29.9%
G = 30.15%
B = 39.95%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74759B (or 0x74759B) is known color: Scampi. HEX triplet: 74, 75 and 9B. RGB value is (116,117,155). Sum of RGB (Red+Green+Blue) = 116+117+155=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #74759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759B is #8B8A64. Grayscale: #787878. Windows color (decimal): -9144933 or 10188148. OLE color: 10188148.

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

Color convert

RGB 116 117 155 -
CMYK 0.25 0.25 0 0.39
HSL 238.46º 0.16% 0.53% -
HSV(B) 238.46º 0.25% 0.61% -
XYZ 19.48 18.8 33.61 -
YUV 121.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 116 117 155 0.25 0.25 0 0.39 238.46 0.16 0.53
Hex 74 75 9B 19 19 0 27 EE 10 35
Octal 164 165 233 31 31 0 47 356 20 65
Binary 1110100 1110101 10011011 11001 11001 0 100111 11101110 10000 110101

Color Harmonies of #74759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74759B

Black with #74759B

Text Example


Text Example

White with #74759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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