Html Css Color HEX #75699C Scampi

📋 copy color: '#75699C'

red 117 ◦ green 105 ◦ blue 156

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

Shades of Scampi #75699C

Tints of Scampi #75699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 30.95%
G = 27.78%
B = 41.27%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75699C (or 0x75699C) is known color: Scampi. HEX triplet: 75, 69 and 9C. RGB value is (117,105,156). Sum of RGB (Red+Green+Blue) = 117+105+156=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #75699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75699C is #8A9663. Grayscale: #727272. Windows color (decimal): -9082468 or 10250613. OLE color: 10250613.

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

Color convert

RGB 117 105 156 -
CMYK 0.25 0.33 0 0.39
HSL 254.12º 0.2% 0.51% -
HSV(B) 254.12º 0.33% 0.61% -
XYZ 18.39 16.29 33.63 -
YUV 114.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 117 105 156 0.25 0.33 0 0.39 254.12 0.2 0.51
Hex 75 69 9C 19 21 0 27 FE 14 33
Octal 165 151 234 31 41 0 47 376 24 63
Binary 1110101 1101001 10011100 11001 100001 0 100111 11111110 10100 110011

Color Harmonies of #75699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75699C

Black with #75699C

Text Example


Text Example

White with #75699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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