Html Css Color HEX #676371 Dolphin

📋 copy color: '#676371'

red 103 ◦ green 99 ◦ blue 113

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

Shades of Dolphin #676371

Tints of Dolphin #676371

RGB

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

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

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

R = 32.7%
G = 31.43%
B = 35.87%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676371 (or 0x676371) is known color: Dolphin. HEX triplet: 67, 63 and 71. RGB value is (103,99,113). Sum of RGB (Red+Green+Blue) = 103+99+113=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #676371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676371 is #989C8E. Grayscale: #656565. Windows color (decimal): -10001551 or 7431015. OLE color: 7431015.

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

Color convert

RGB 103 99 113 -
CMYK 0.09 0.12 0 0.56
HSL 257.14º 0.07% 0.42% -
HSV(B) 257.14º 0.12% 0.44% -
XYZ 13.04 13 17.44 -
YUV 101.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 103 99 113 0.09 0.12 0 0.56 257.14 0.07 0.42
Hex 67 63 71 9 C 0 38 101 7 2A
Octal 147 143 161 11 14 0 70 401 7 52
Binary 1100111 1100011 1110001 1001 1100 0 111000 100000001 111 101010

Color Harmonies of #676371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676371

Black with #676371

Text Example


Text Example

White with #676371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676371; }

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

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

background-color css

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

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

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

border-color css

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

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

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