Html Css Color HEX #74699D Scampi

📋 copy color: '#74699D'

red 116 ◦ green 105 ◦ blue 157

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

Shades of Scampi #74699D

Tints of Scampi #74699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 30.69%
G = 27.78%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74699D (or 0x74699D) is known color: Scampi. HEX triplet: 74, 69 and 9D. RGB value is (116,105,157). Sum of RGB (Red+Green+Blue) = 116+105+157=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #74699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74699D is #8B9662. Grayscale: #727272. Windows color (decimal): -9148003 or 10316148. OLE color: 10316148.

HSL color Cylindrical-coordinate representation of color #74699D: hue angle of 252.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74699D is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 105 157 -
CMYK 0.26 0.33 0 0.38
HSL 252.69º 0.21% 0.51% -
HSV(B) 252.69º 0.33% 0.62% -
XYZ 18.34 16.25 34.07 -
YUV 114.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 116 105 157 0.26 0.33 0 0.38 252.69 0.21 0.51
Hex 74 69 9D 1A 21 0 26 FD 15 33
Octal 164 151 235 32 41 0 46 375 25 63
Binary 1110100 1101001 10011101 11010 100001 0 100110 11111101 10101 110011

Color Harmonies of #74699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74699D

Black with #74699D

Text Example


Text Example

White with #74699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74699D; }

 p { color: rgb(116,105,157); }

 H1.HeaderClassName
 {
   color: #74699D;
 }
 .AnyTagClassName
 {
   color: #74699D;
 }
</style>

background-color css

<style>
 a { background-color: #74699D; }

 a { background-color: rgb(116,105,157); }

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

border-color css

<style>
 span { border-color: #74699D; }

 span { border-color: rgb(116,105,157); }

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