Html Css Color HEX #7D769B Deluge

📋 copy color: '#7D769B'

red 125 ◦ green 118 ◦ blue 155

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

Shades of Deluge #7D769B

Tints of Deluge #7D769B

RGB

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

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

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

R = 31.41%
G = 29.65%
B = 38.94%

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

#7D769B (or 0x7D769B) is known color: Deluge. HEX triplet: 7D, 76 and 9B. RGB value is (125,118,155). Sum of RGB (Red+Green+Blue) = 125+118+155=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D769B is #828964. Grayscale: #7C7C7C. Windows color (decimal): -8554853 or 10188413. OLE color: 10188413.

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

Color convert

RGB 125 118 155 -
CMYK 0.19 0.24 0 0.39
HSL 251.35º 0.16% 0.54% -
HSV(B) 251.35º 0.24% 0.61% -
XYZ 20.85 19.68 33.71 -
YUV 124.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 125 118 155 0.19 0.24 0 0.39 251.35 0.16 0.54
Hex 7D 76 9B 13 18 0 27 FB 10 36
Octal 175 166 233 23 30 0 47 373 20 66
Binary 1111101 1110110 10011011 10011 11000 0 100111 11111011 10000 110110

Color Harmonies of #7D769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D769B

Black with #7D769B

Text Example


Text Example

White with #7D769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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