Html Css Color HEX #676376 Dolphin

📋 copy color: '#676376'

red 103 ◦ green 99 ◦ blue 118

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

Shades of Dolphin #676376

Tints of Dolphin #676376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 32.19%
G = 30.94%
B = 36.88%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676376 (or 0x676376) is known color: Dolphin. HEX triplet: 67, 63 and 76. RGB value is (103,99,118). Sum of RGB (Red+Green+Blue) = 103+99+118=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #676376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676376 is #989C89. Grayscale: #666666. Windows color (decimal): -10001546 or 7758695. OLE color: 7758695.

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

Color convert

RGB 103 99 118 -
CMYK 0.13 0.16 0 0.54
HSL 252.63º 0.09% 0.43% -
HSV(B) 252.63º 0.16% 0.46% -
XYZ 13.33 13.12 18.97 -
YUV 102.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 103 99 118 0.13 0.16 0 0.54 252.63 0.09 0.43
Hex 67 63 76 D 10 0 36 FD 9 2B
Octal 147 143 166 15 20 0 66 375 11 53
Binary 1100111 1100011 1110110 1101 10000 0 110110 11111101 1001 101011

Color Harmonies of #676376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676376

Black with #676376

Text Example


Text Example

White with #676376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676376; }

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

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

background-color css

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

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

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

border-color css

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

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

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