Html Css Color HEX #74769B Scampi

📋 copy color: '#74769B'

red 116 ◦ green 118 ◦ blue 155

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

Shades of Scampi #74769B

Tints of Scampi #74769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 29.82%
G = 30.33%
B = 39.85%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74769B (or 0x74769B) is known color: Scampi. HEX triplet: 74, 76 and 9B. RGB value is (116,118,155). Sum of RGB (Red+Green+Blue) = 116+118+155=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #74769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769B is #8B8964. Grayscale: #797979. Windows color (decimal): -9144677 or 10188404. OLE color: 10188404.

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

Color convert

RGB 116 118 155 -
CMYK 0.25 0.24 0 0.39
HSL 236.92º 0.16% 0.53% -
HSV(B) 236.92º 0.25% 0.61% -
XYZ 19.6 19.04 33.65 -
YUV 121.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 116 118 155 0.25 0.24 0 0.39 236.92 0.16 0.53
Hex 74 76 9B 19 18 0 27 ED 10 35
Octal 164 166 233 31 30 0 47 355 20 65
Binary 1110100 1110110 10011011 11001 11000 0 100111 11101101 10000 110101

Color Harmonies of #74769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74769B

Black with #74769B

Text Example


Text Example

White with #74769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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