Html Css Color HEX #676370 Dolphin

📋 copy color: '#676370'

red 103 ◦ green 99 ◦ blue 112

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

Shades of Dolphin #676370

Tints of Dolphin #676370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 32.8%
G = 31.53%
B = 35.67%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676370 (or 0x676370) is known color: Dolphin. HEX triplet: 67, 63 and 70. RGB value is (103,99,112). Sum of RGB (Red+Green+Blue) = 103+99+112=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #676370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676370 is #989C8F. Grayscale: #656565. Windows color (decimal): -10001552 or 7365479. OLE color: 7365479.

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

Color convert

RGB 103 99 112 -
CMYK 0.08 0.12 0 0.56
HSL 258.46º 0.06% 0.41% -
HSV(B) 258.46º 0.12% 0.44% -
XYZ 12.98 12.98 17.15 -
YUV 101.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 103 99 112 0.08 0.12 0 0.56 258.46 0.06 0.41
Hex 67 63 70 8 C 0 38 102 6 29
Octal 147 143 160 10 14 0 70 402 6 51
Binary 1100111 1100011 1110000 1000 1100 0 111000 100000010 110 101001

Color Harmonies of #676370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676370

Black with #676370

Text Example


Text Example

White with #676370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676370; }

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

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

background-color css

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

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

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

border-color css

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

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

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