Html Css Color HEX #74659E Scampi

📋 copy color: '#74659E'

red 116 ◦ green 101 ◦ blue 158

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

Shades of Scampi #74659E

Tints of Scampi #74659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 30.93%
G = 26.93%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74659E (or 0x74659E) is known color: Scampi. HEX triplet: 74, 65 and 9E. RGB value is (116,101,158). Sum of RGB (Red+Green+Blue) = 116+101+158=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #74659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659E is #8B9A61. Grayscale: #6F6F6F. Windows color (decimal): -9149026 or 10380660. OLE color: 10380660.

HSL color Cylindrical-coordinate representation of color #74659E: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74659E is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 101 158 -
CMYK 0.27 0.36 0 0.38
HSL 255.79º 0.23% 0.51% -
HSV(B) 255.79º 0.36% 0.62% -
XYZ 18.03 15.49 34.39 -
YUV 111.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 116 101 158 0.27 0.36 0 0.38 255.79 0.23 0.51
Hex 74 65 9E 1B 24 0 26 100 17 33
Octal 164 145 236 33 44 0 46 400 27 63
Binary 1110100 1100101 10011110 11011 100100 0 100110 100000000 10111 110011

Color Harmonies of #74659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74659E

Black with #74659E

Text Example


Text Example

White with #74659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74659E; }

 p { color: rgb(116,101,158); }

 H1.HeaderClassName
 {
   color: #74659E;
 }
 .AnyTagClassName
 {
   color: #74659E;
 }
</style>

background-color css

<style>
 a { background-color: #74659E; }

 a { background-color: rgb(116,101,158); }

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

border-color css

<style>
 span { border-color: #74659E; }

 span { border-color: rgb(116,101,158); }

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