Html Css Color HEX #686077 Dolphin

📋 copy color: '#686077'

red 104 ◦ green 96 ◦ blue 119

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

Shades of Dolphin #686077

Tints of Dolphin #686077

RGB

 RED value IS 104 (41.02% from 255) = 32.6%

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 32.6%
G = 30.09%
B = 37.3%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686077 (or 0x686077) is known color: Dolphin. HEX triplet: 68, 60 and 77. RGB value is (104,96,119). Sum of RGB (Red+Green+Blue) = 104+96+119=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #686077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686077 is #979F88. Grayscale: #646464. Windows color (decimal): -9936777 or 7823464. OLE color: 7823464.

HSL color Cylindrical-coordinate representation of color #686077: hue angle of 260.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686077 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 96 119 -
CMYK 0.13 0.19 0 0.53
HSL 260.87º 0.11% 0.42% -
HSV(B) 260.87º 0.19% 0.47% -
XYZ 13.22 12.64 19.2 -
YUV 101.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 104 96 119 0.13 0.19 0 0.53 260.87 0.11 0.42
Hex 68 60 77 D 13 0 35 105 B 2A
Octal 150 140 167 15 23 0 65 405 13 52
Binary 1101000 1100000 1110111 1101 10011 0 110101 100000101 1011 101010

Color Harmonies of #686077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686077

Black with #686077

Text Example


Text Example

White with #686077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686077; }

 p { color: rgb(104,96,119); }

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

background-color css

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

 a { background-color: rgb(104,96,119); }

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

border-color css

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

 span { border-color: rgb(104,96,119); }

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