Html Css Color HEX #767592 Scampi

📋 copy color: '#767592'

red 118 ◦ green 117 ◦ blue 146

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

Shades of Scampi #767592

Tints of Scampi #767592

RGB

 RED value IS 118 (46.48% from 255) = 30.97%

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

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 30.97%
G = 30.71%
B = 38.32%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767592 (or 0x767592) is known color: Scampi. HEX triplet: 76, 75 and 92. RGB value is (118,117,146). Sum of RGB (Red+Green+Blue) = 118+117+146=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #767592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767592 is #898A6D. Grayscale: #787878. Windows color (decimal): -9013870 or 9598326. OLE color: 9598326.

HSL color Cylindrical-coordinate representation of color #767592: hue angle of 242.07º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767592 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 117 146 -
CMYK 0.19 0.20 0 0.43
HSL 242.07º 0.12% 0.52% -
HSV(B) 242.07º 0.2% 0.57% -
XYZ 19.02 18.65 29.79 -
YUV 120.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 118 117 146 0.19 0.20 0 0.43 242.07 0.12 0.52
Hex 76 75 92 13 14 0 2B F2 C 34
Octal 166 165 222 23 24 0 53 362 14 64
Binary 1110110 1110101 10010010 10011 10100 0 101011 11110010 1100 110100

Color Harmonies of #767592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767592

Black with #767592

Text Example


Text Example

White with #767592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767592; }

 p { color: rgb(118,117,146); }

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

background-color css

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

 a { background-color: rgb(118,117,146); }

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

border-color css

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

 span { border-color: rgb(118,117,146); }

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