Html Css Color HEX #78769B Scampi

📋 copy color: '#78769B'

red 120 ◦ green 118 ◦ blue 155

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

Shades of Scampi #78769B

Tints of Scampi #78769B

RGB

 RED value IS 120 (47.27% from 255) = 30.53%

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 30.53%
G = 30.03%
B = 39.44%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78769B (or 0x78769B) is known color: Scampi. HEX triplet: 78, 76 and 9B. RGB value is (120,118,155). Sum of RGB (Red+Green+Blue) = 120+118+155=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #78769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78769B is #878964. Grayscale: #7A7A7A. Windows color (decimal): -8882533 or 10188408. OLE color: 10188408.

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

Color convert

RGB 120 118 155 -
CMYK 0.23 0.24 0 0.39
HSL 243.24º 0.16% 0.54% -
HSV(B) 243.24º 0.24% 0.61% -
XYZ 20.14 19.32 33.68 -
YUV 122.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 120 118 155 0.23 0.24 0 0.39 243.24 0.16 0.54
Hex 78 76 9B 17 18 0 27 F3 10 36
Octal 170 166 233 27 30 0 47 363 20 66
Binary 1111000 1110110 10011011 10111 11000 0 100111 11110011 10000 110110

Color Harmonies of #78769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78769B

Black with #78769B

Text Example


Text Example

White with #78769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,118,155); }

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

background-color css

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

 a { background-color: rgb(120,118,155); }

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

border-color css

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

 span { border-color: rgb(120,118,155); }

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