Html Css Color HEX #75769C Scampi

📋 copy color: '#75769C'

red 117 ◦ green 118 ◦ blue 156

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

Shades of Scampi #75769C

Tints of Scampi #75769C

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 29.92%
G = 30.18%
B = 39.9%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75769C (or 0x75769C) is known color: Scampi. HEX triplet: 75, 76 and 9C. RGB value is (117,118,156). Sum of RGB (Red+Green+Blue) = 117+118+156=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #75769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769C is #8A8963. Grayscale: #797979. Windows color (decimal): -9079140 or 10253941. OLE color: 10253941.

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

Color convert

RGB 117 118 156 -
CMYK 0.25 0.24 0 0.39
HSL 238.46º 0.16% 0.54% -
HSV(B) 238.46º 0.25% 0.61% -
XYZ 19.82 19.14 34.1 -
YUV 122.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 117 118 156 0.25 0.24 0 0.39 238.46 0.16 0.54
Hex 75 76 9C 19 18 0 27 EE 10 36
Octal 165 166 234 31 30 0 47 356 20 66
Binary 1110101 1110110 10011100 11001 11000 0 100111 11101110 10000 110110

Color Harmonies of #75769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75769C

Black with #75769C

Text Example


Text Example

White with #75769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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