Html Css Color HEX #676374 Dolphin

📋 copy color: '#676374'

red 103 ◦ green 99 ◦ blue 116

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

Shades of Dolphin #676374

Tints of Dolphin #676374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 32.39%
G = 31.13%
B = 36.48%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676374 (or 0x676374) is known color: Dolphin. HEX triplet: 67, 63 and 74. RGB value is (103,99,116). Sum of RGB (Red+Green+Blue) = 103+99+116=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #676374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676374 is #989C8B. Grayscale: #666666. Windows color (decimal): -10001548 or 7627623. OLE color: 7627623.

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

Color convert

RGB 103 99 116 -
CMYK 0.11 0.15 0 0.55
HSL 254.12º 0.08% 0.42% -
HSV(B) 254.12º 0.15% 0.45% -
XYZ 13.21 13.07 18.35 -
YUV 102.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 103 99 116 0.11 0.15 0 0.55 254.12 0.08 0.42
Hex 67 63 74 B F 0 37 FE 8 2A
Octal 147 143 164 13 17 0 67 376 10 52
Binary 1100111 1100011 1110100 1011 1111 0 110111 11111110 1000 101010

Color Harmonies of #676374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676374

Black with #676374

Text Example


Text Example

White with #676374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676374; }

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

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

background-color css

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

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

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

border-color css

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

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

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