Html Css Color HEX #74709B Scampi

📋 copy color: '#74709B'

red 116 ◦ green 112 ◦ blue 155

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

Shades of Scampi #74709B

Tints of Scampi #74709B

RGB

 RED value IS 116 (45.7% from 255) = 30.29%

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

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

R = 30.29%
G = 29.24%
B = 40.47%

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

#74709B (or 0x74709B) is known color: Scampi. HEX triplet: 74, 70 and 9B. RGB value is (116,112,155). Sum of RGB (Red+Green+Blue) = 116+112+155=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #74709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74709B is #8B8F64. Grayscale: #757575. Windows color (decimal): -9146213 or 10186868. OLE color: 10186868.

HSL color Cylindrical-coordinate representation of color #74709B: hue angle of 245.58º 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 #74709B is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 112 155 -
CMYK 0.25 0.28 0 0.39
HSL 245.58º 0.18% 0.52% -
HSV(B) 245.58º 0.28% 0.61% -
XYZ 18.91 17.67 33.42 -
YUV 118.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 116 112 155 0.25 0.28 0 0.39 245.58 0.18 0.52
Hex 74 70 9B 19 1C 0 27 F6 12 34
Octal 164 160 233 31 34 0 47 366 22 64
Binary 1110100 1110000 10011011 11001 11100 0 100111 11110110 10010 110100

Color Harmonies of #74709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74709B

Black with #74709B

Text Example


Text Example

White with #74709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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