Html Css Color HEX #74769C Scampi

📋 copy color: '#74769C'

red 116 ◦ green 118 ◦ blue 156

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

Shades of Scampi #74769C

Tints of Scampi #74769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 29.74%
G = 30.26%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74769C (or 0x74769C) is known color: Scampi. HEX triplet: 74, 76 and 9C. RGB value is (116,118,156). Sum of RGB (Red+Green+Blue) = 116+118+156=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #74769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769C is #8B8963. Grayscale: #797979. Windows color (decimal): -9144676 or 10253940. OLE color: 10253940.

HSL color Cylindrical-coordinate representation of color #74769C: hue angle of 237º 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 #74769C is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 118 156 -
CMYK 0.26 0.24 0 0.39
HSL 237º 0.17% 0.53% -
HSV(B) 237º 0.26% 0.61% -
XYZ 19.68 19.07 34.1 -
YUV 121.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 116 118 156 0.26 0.24 0 0.39 237 0.17 0.53
Hex 74 76 9C 1A 18 0 27 ED 11 35
Octal 164 166 234 32 30 0 47 355 21 65
Binary 1110100 1110110 10011100 11010 11000 0 100111 11101101 10001 110101

Color Harmonies of #74769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74769C

Black with #74769C

Text Example


Text Example

White with #74769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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