Html Css Color HEX #7A769C Deluge

📋 copy color: '#7A769C'

red 122 ◦ green 118 ◦ blue 156

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

Shades of Deluge #7A769C

Tints of Deluge #7A769C

RGB

 RED value IS 122 (48.05% from 255) = 30.81%

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

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

R = 30.81%
G = 29.8%
B = 39.39%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A769C (or 0x7A769C) is known color: Deluge. HEX triplet: 7A, 76 and 9C. RGB value is (122,118,156). Sum of RGB (Red+Green+Blue) = 122+118+156=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A769C is #858963. Grayscale: #7B7B7B. Windows color (decimal): -8751460 or 10253946. OLE color: 10253946.

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

Color convert

RGB 122 118 156 -
CMYK 0.22 0.24 0 0.39
HSL 246.32º 0.16% 0.54% -
HSV(B) 246.32º 0.24% 0.61% -
XYZ 20.51 19.49 34.13 -
YUV 123.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 122 118 156 0.22 0.24 0 0.39 246.32 0.16 0.54
Hex 7A 76 9C 16 18 0 27 F6 10 36
Octal 172 166 234 26 30 0 47 366 20 66
Binary 1111010 1110110 10011100 10110 11000 0 100111 11110110 10000 110110

Color Harmonies of #7A769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A769C

Black with #7A769C

Text Example


Text Example

White with #7A769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A769C; }

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

 H1.HeaderClassName
 {
   color: #7A769C;
 }
 .AnyTagClassName
 {
   color: #7A769C;
 }
</style>

background-color css

<style>
 a { background-color: #7A769C; }

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

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

border-color css

<style>
 span { border-color: #7A769C; }

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

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