Html Css Color HEX #75739B Scampi

📋 copy color: '#75739B'

red 117 ◦ green 115 ◦ blue 155

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

Shades of Scampi #75739B

Tints of Scampi #75739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 30.23%
G = 29.72%
B = 40.05%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75739B (or 0x75739B) is known color: Scampi. HEX triplet: 75, 73 and 9B. RGB value is (117,115,155). Sum of RGB (Red+Green+Blue) = 117+115+155=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #75739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75739B is #8A8C64. Grayscale: #777777. Windows color (decimal): -9079909 or 10187637. OLE color: 10187637.

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

Color convert

RGB 117 115 155 -
CMYK 0.25 0.26 0 0.39
HSL 243º 0.17% 0.53% -
HSV(B) 243º 0.26% 0.61% -
XYZ 19.38 18.41 33.54 -
YUV 120.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 117 115 155 0.25 0.26 0 0.39 243 0.17 0.53
Hex 75 73 9B 19 1A 0 27 F3 11 35
Octal 165 163 233 31 32 0 47 363 21 65
Binary 1110101 1110011 10011011 11001 11010 0 100111 11110011 10001 110101

Color Harmonies of #75739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75739B

Black with #75739B

Text Example


Text Example

White with #75739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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