Html Css Color HEX #676572 Dolphin

📋 copy color: '#676572'

red 103 ◦ green 101 ◦ blue 114

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

Shades of Dolphin #676572

Tints of Dolphin #676572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 32.39%
G = 31.76%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676572 (or 0x676572) is known color: Dolphin. HEX triplet: 67, 65 and 72. RGB value is (103,101,114). Sum of RGB (Red+Green+Blue) = 103+101+114=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #676572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676572 is #989A8D. Grayscale: #676767. Windows color (decimal): -10001038 or 7497063. OLE color: 7497063.

HSL color Cylindrical-coordinate representation of color #676572: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #676572 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 101 114 -
CMYK 0.10 0.11 0 0.55
HSL 249.23º 0.06% 0.42% -
HSV(B) 249.23º 0.11% 0.45% -
XYZ 13.28 13.41 17.81 -
YUV 103.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 103 101 114 0.10 0.11 0 0.55 249.23 0.06 0.42
Hex 67 65 72 A B 0 37 F9 6 2A
Octal 147 145 162 12 13 0 67 371 6 52
Binary 1100111 1100101 1110010 1010 1011 0 110111 11111001 110 101010

Color Harmonies of #676572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676572

Black with #676572

Text Example


Text Example

White with #676572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676572; }

 p { color: rgb(103,101,114); }

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

background-color css

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

 a { background-color: rgb(103,101,114); }

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

border-color css

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

 span { border-color: rgb(103,101,114); }

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