Html Css Color HEX #75709B Scampi

📋 copy color: '#75709B'

red 117 ◦ green 112 ◦ blue 155

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

Shades of Scampi #75709B

Tints of Scampi #75709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 30.47%
G = 29.17%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75709B (or 0x75709B) is known color: Scampi. HEX triplet: 75, 70 and 9B. RGB value is (117,112,155). Sum of RGB (Red+Green+Blue) = 117+112+155=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #75709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75709B is #8A8F64. Grayscale: #767676. Windows color (decimal): -9080677 or 10186869. OLE color: 10186869.

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

Color convert

RGB 117 112 155 -
CMYK 0.25 0.28 0 0.39
HSL 246.98º 0.18% 0.52% -
HSV(B) 246.98º 0.28% 0.61% -
XYZ 19.05 17.74 33.43 -
YUV 118.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 117 112 155 0.25 0.28 0 0.39 246.98 0.18 0.52
Hex 75 70 9B 19 1C 0 27 F7 12 34
Octal 165 160 233 31 34 0 47 367 22 64
Binary 1110101 1110000 10011011 11001 11100 0 100111 11110111 10010 110100

Color Harmonies of #75709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75709B

Black with #75709B

Text Example


Text Example

White with #75709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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