Html Css Color HEX #777584 Dolphin

📋 copy color: '#777584'

red 119 ◦ green 117 ◦ blue 132

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

Shades of Dolphin #777584

Tints of Dolphin #777584

RGB

 RED value IS 119 (46.88% from 255) = 32.34%

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 32.34%
G = 31.79%
B = 35.87%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777584 (or 0x777584) is known color: Dolphin. HEX triplet: 77, 75 and 84. RGB value is (119,117,132). Sum of RGB (Red+Green+Blue) = 119+117+132=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #777584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777584 is #888A7B. Grayscale: #777777. Windows color (decimal): -8948348 or 8680823. OLE color: 8680823.

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

Color convert

RGB 119 117 132 -
CMYK 0.10 0.11 0 0.48
HSL 248º 0.06% 0.49% -
HSV(B) 248º 0.11% 0.52% -
XYZ 18.13 18.31 24.41 -
YUV 119.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 119 117 132 0.10 0.11 0 0.48 248 0.06 0.49
Hex 77 75 84 A B 0 30 F8 6 31
Octal 167 165 204 12 13 0 60 370 6 61
Binary 1110111 1110101 10000100 1010 1011 0 110000 11111000 110 110001

Color Harmonies of #777584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777584

Black with #777584

Text Example


Text Example

White with #777584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777584; }

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

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

background-color css

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

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

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

border-color css

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

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

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