Html Css Color HEX #676477 Dolphin

📋 copy color: '#676477'

red 103 ◦ green 100 ◦ blue 119

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

Shades of Dolphin #676477

Tints of Dolphin #676477

RGB

 RED value IS 103 (40.63% from 255) = 31.99%

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 31.99%
G = 31.06%
B = 36.96%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676477 (or 0x676477) is known color: Dolphin. HEX triplet: 67, 64 and 77. RGB value is (103,100,119). Sum of RGB (Red+Green+Blue) = 103+100+119=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #676477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676477 is #989B88. Grayscale: #666666. Windows color (decimal): -10001289 or 7824487. OLE color: 7824487.

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

Color convert

RGB 103 100 119 -
CMYK 0.13 0.16 0 0.53
HSL 249.47º 0.09% 0.43% -
HSV(B) 249.47º 0.16% 0.47% -
XYZ 13.48 13.33 19.32 -
YUV 103.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 103 100 119 0.13 0.16 0 0.53 249.47 0.09 0.43
Hex 67 64 77 D 10 0 35 F9 9 2B
Octal 147 144 167 15 20 0 65 371 11 53
Binary 1100111 1100100 1110111 1101 10000 0 110101 11111001 1001 101011

Color Harmonies of #676477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676477

Black with #676477

Text Example


Text Example

White with #676477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676477; }

 p { color: rgb(103,100,119); }

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

background-color css

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

 a { background-color: rgb(103,100,119); }

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

border-color css

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

 span { border-color: rgb(103,100,119); }

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