Html Css Color HEX #797784 Dolphin

📋 copy color: '#797784'

red 121 ◦ green 119 ◦ blue 132

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

Shades of Dolphin #797784

Tints of Dolphin #797784

RGB

 RED value IS 121 (47.66% from 255) = 32.53%

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 32.53%
G = 31.99%
B = 35.48%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797784 (or 0x797784) is known color: Dolphin. HEX triplet: 79, 77 and 84. RGB value is (121,119,132). Sum of RGB (Red+Green+Blue) = 121+119+132=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #797784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797784 is #86887B. Grayscale: #797979. Windows color (decimal): -8816764 or 8681337. OLE color: 8681337.

HSL color Cylindrical-coordinate representation of color #797784: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797784 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 119 132 -
CMYK 0.08 0.10 0 0.48
HSL 249.23º 0.05% 0.49% -
HSV(B) 249.23º 0.1% 0.52% -
XYZ 18.65 18.92 24.5 -
YUV 121.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 121 119 132 0.08 0.10 0 0.48 249.23 0.05 0.49
Hex 79 77 84 8 A 0 30 F9 5 31
Octal 171 167 204 10 12 0 60 371 5 61
Binary 1111001 1110111 10000100 1000 1010 0 110000 11111001 101 110001

Color Harmonies of #797784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797784

Black with #797784

Text Example


Text Example

White with #797784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797784; }

 p { color: rgb(121,119,132); }

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

background-color css

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

 a { background-color: rgb(121,119,132); }

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

border-color css

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

 span { border-color: rgb(121,119,132); }

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