Html Css Color HEX #676671 Dolphin

📋 copy color: '#676671'

red 103 ◦ green 102 ◦ blue 113

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

Shades of Dolphin #676671

Tints of Dolphin #676671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 32.39%
G = 32.08%
B = 35.53%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676671 (or 0x676671) is known color: Dolphin. HEX triplet: 67, 66 and 71. RGB value is (103,102,113). Sum of RGB (Red+Green+Blue) = 103+102+113=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #676671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676671 is #98998E. Grayscale: #676767. Windows color (decimal): -10000783 or 7431783. OLE color: 7431783.

HSL color Cylindrical-coordinate representation of color #676671: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676671 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 102 113 -
CMYK 0.09 0.10 0 0.56
HSL 245.45º 0.05% 0.42% -
HSV(B) 245.45º 0.1% 0.44% -
XYZ 13.33 13.58 17.54 -
YUV 103.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 103 102 113 0.09 0.10 0 0.56 245.45 0.05 0.42
Hex 67 66 71 9 A 0 38 F5 5 2A
Octal 147 146 161 11 12 0 70 365 5 52
Binary 1100111 1100110 1110001 1001 1010 0 111000 11110101 101 101010

Color Harmonies of #676671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676671

Black with #676671

Text Example


Text Example

White with #676671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676671; }

 p { color: rgb(103,102,113); }

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

background-color css

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

 a { background-color: rgb(103,102,113); }

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

border-color css

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

 span { border-color: rgb(103,102,113); }

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