Html Css Color HEX #676276 Dolphin

📋 copy color: '#676276'

red 103 ◦ green 98 ◦ blue 118

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

Shades of Dolphin #676276

Tints of Dolphin #676276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 32.29%
G = 30.72%
B = 36.99%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676276 (or 0x676276) is known color: Dolphin. HEX triplet: 67, 62 and 76. RGB value is (103,98,118). Sum of RGB (Red+Green+Blue) = 103+98+118=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #676276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676276 is #989D89. Grayscale: #656565. Windows color (decimal): -10001802 or 7758439. OLE color: 7758439.

HSL color Cylindrical-coordinate representation of color #676276: hue angle of 255º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676276 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 98 118 -
CMYK 0.13 0.17 0 0.54
HSL 255º 0.09% 0.42% -
HSV(B) 255º 0.17% 0.46% -
XYZ 13.23 12.93 18.94 -
YUV 101.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 103 98 118 0.13 0.17 0 0.54 255 0.09 0.42
Hex 67 62 76 D 11 0 36 FF 9 2A
Octal 147 142 166 15 21 0 66 377 11 52
Binary 1100111 1100010 1110110 1101 10001 0 110110 11111111 1001 101010

Color Harmonies of #676276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676276

Black with #676276

Text Example


Text Example

White with #676276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676276; }

 p { color: rgb(103,98,118); }

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

background-color css

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

 a { background-color: rgb(103,98,118); }

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

border-color css

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

 span { border-color: rgb(103,98,118); }

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