Html Css Color HEX #7D769A Deluge

📋 copy color: '#7D769A'

red 125 ◦ green 118 ◦ blue 154

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

Shades of Deluge #7D769A

Tints of Deluge #7D769A

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 31.49%
G = 29.72%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D769A (or 0x7D769A) is known color: Deluge. HEX triplet: 7D, 76 and 9A. RGB value is (125,118,154). Sum of RGB (Red+Green+Blue) = 125+118+154=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D769A is #828965. Grayscale: #7C7C7C. Windows color (decimal): -8554854 or 10122877. OLE color: 10122877.

HSL color Cylindrical-coordinate representation of color #7D769A: hue angle of 251.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D769A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 118 154 -
CMYK 0.19 0.23 0 0.40
HSL 251.67º 0.15% 0.53% -
HSV(B) 251.67º 0.23% 0.6% -
XYZ 20.77 19.65 33.27 -
YUV 124.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 125 118 154 0.19 0.23 0 0.40 251.67 0.15 0.53
Hex 7D 76 9A 13 17 0 28 FC F 35
Octal 175 166 232 23 27 0 50 374 17 65
Binary 1111101 1110110 10011010 10011 10111 0 101000 11111100 1111 110101

Color Harmonies of #7D769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D769A

Black with #7D769A

Text Example


Text Example

White with #7D769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,154); }

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

background-color css

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

 a { background-color: rgb(125,118,154); }

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

border-color css

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

 span { border-color: rgb(125,118,154); }

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