Html Css Color HEX #777684 Dolphin

📋 copy color: '#777684'

red 119 ◦ green 118 ◦ blue 132

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

Shades of Dolphin #777684

Tints of Dolphin #777684

RGB

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

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

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

R = 32.25%
G = 31.98%
B = 35.77%

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

#777684 (or 0x777684) is known color: Dolphin. HEX triplet: 77, 76 and 84. RGB value is (119,118,132). Sum of RGB (Red+Green+Blue) = 119+118+132=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #777684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777684 is #88897B. Grayscale: #777777. Windows color (decimal): -8948092 or 8681079. OLE color: 8681079.

HSL color Cylindrical-coordinate representation of color #777684: hue angle of 244.29º 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 #777684 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 118 132 -
CMYK 0.10 0.11 0 0.48
HSL 244.29º 0.06% 0.49% -
HSV(B) 244.29º 0.11% 0.52% -
XYZ 18.25 18.54 24.45 -
YUV 119.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 119 118 132 0.10 0.11 0 0.48 244.29 0.06 0.49
Hex 77 76 84 A B 0 30 F4 6 31
Octal 167 166 204 12 13 0 60 364 6 61
Binary 1110111 1110110 10000100 1010 1011 0 110000 11110100 110 110001

Color Harmonies of #777684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777684

Black with #777684

Text Example


Text Example

White with #777684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777684; }

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

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

background-color css

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

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

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

border-color css

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

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

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