Html Css Color HEX #777581 Dolphin

📋 copy color: '#777581'

red 119 ◦ green 117 ◦ blue 129

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

Shades of Dolphin #777581

Tints of Dolphin #777581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 32.6%
G = 32.05%
B = 35.34%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777581 (or 0x777581) is known color: Dolphin. HEX triplet: 77, 75 and 81. RGB value is (119,117,129). Sum of RGB (Red+Green+Blue) = 119+117+129=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #777581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777581 is #888A7E. Grayscale: #767676. Windows color (decimal): -8948351 or 8484215. OLE color: 8484215.

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

Color convert

RGB 119 117 129 -
CMYK 0.08 0.09 0 0.49
HSL 250º 0.05% 0.48% -
HSV(B) 250º 0.09% 0.51% -
XYZ 17.93 18.23 23.34 -
YUV 118.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 119 117 129 0.08 0.09 0 0.49 250 0.05 0.48
Hex 77 75 81 8 9 0 31 FA 5 30
Octal 167 165 201 10 11 0 61 372 5 60
Binary 1110111 1110101 10000001 1000 1001 0 110001 11111010 101 110000

Color Harmonies of #777581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777581

Black with #777581

Text Example


Text Example

White with #777581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777581; }

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

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

background-color css

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

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

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

border-color css

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

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

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