Html Css Color HEX #7F769C Deluge

📋 copy color: '#7F769C'

red 127 ◦ green 118 ◦ blue 156

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

Shades of Deluge #7F769C

Tints of Deluge #7F769C

RGB

 RED value IS 127 (50% from 255) = 31.67%

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

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

R = 31.67%
G = 29.43%
B = 38.9%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F769C (or 0x7F769C) is known color: Deluge. HEX triplet: 7F, 76 and 9C. RGB value is (127,118,156). Sum of RGB (Red+Green+Blue) = 127+118+156=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F769C is #808963. Grayscale: #7C7C7C. Windows color (decimal): -8423780 or 10253951. OLE color: 10253951.

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

Color convert

RGB 127 118 156 -
CMYK 0.19 0.24 0 0.39
HSL 254.21º 0.16% 0.54% -
HSV(B) 254.21º 0.24% 0.61% -
XYZ 21.23 19.87 34.17 -
YUV 125.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 127 118 156 0.19 0.24 0 0.39 254.21 0.16 0.54
Hex 7F 76 9C 13 18 0 27 FE 10 36
Octal 177 166 234 23 30 0 47 376 20 66
Binary 1111111 1110110 10011100 10011 11000 0 100111 11111110 10000 110110

Color Harmonies of #7F769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F769C

Black with #7F769C

Text Example


Text Example

White with #7F769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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