Html Css Color HEX #676076 Dolphin

📋 copy color: '#676076'

red 103 ◦ green 96 ◦ blue 118

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

Shades of Dolphin #676076

Tints of Dolphin #676076

RGB

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

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

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

R = 32.49%
G = 30.28%
B = 37.22%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676076 (or 0x676076) is known color: Dolphin. HEX triplet: 67, 60 and 76. RGB value is (103,96,118). Sum of RGB (Red+Green+Blue) = 103+96+118=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #676076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676076 is #989F89. Grayscale: #646464. Windows color (decimal): -10002314 or 7757927. OLE color: 7757927.

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

Color convert

RGB 103 96 118 -
CMYK 0.13 0.19 0 0.54
HSL 259.09º 0.1% 0.42% -
HSV(B) 259.09º 0.19% 0.46% -
XYZ 13.05 12.56 18.88 -
YUV 100.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 103 96 118 0.13 0.19 0 0.54 259.09 0.1 0.42
Hex 67 60 76 D 13 0 36 103 A 2A
Octal 147 140 166 15 23 0 66 403 12 52
Binary 1100111 1100000 1110110 1101 10011 0 110110 100000011 1010 101010

Color Harmonies of #676076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676076

Black with #676076

Text Example


Text Example

White with #676076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676076; }

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

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

background-color css

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

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

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

border-color css

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

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

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