Html Css Color HEX #676071 Scarpa Flow

📋 copy color: '#676071'

red 103 ◦ green 96 ◦ blue 113

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

Shades of Scarpa Flow #676071

Tints of Scarpa Flow #676071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 33.01%
G = 30.77%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676071 (or 0x676071) is known color: Scarpa Flow. HEX triplet: 67, 60 and 71. RGB value is (103,96,113). Sum of RGB (Red+Green+Blue) = 103+96+113=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #676071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676071 is #989F8E. Grayscale: #636363. Windows color (decimal): -10002319 or 7430247. OLE color: 7430247.

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

Color convert

RGB 103 96 113 -
CMYK 0.09 0.15 0 0.56
HSL 264.71º 0.08% 0.41% -
HSV(B) 264.71º 0.15% 0.44% -
XYZ 12.76 12.44 17.35 -
YUV 100.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 103 96 113 0.09 0.15 0 0.56 264.71 0.08 0.41
Hex 67 60 71 9 F 0 38 109 8 29
Octal 147 140 161 11 17 0 70 411 10 51
Binary 1100111 1100000 1110001 1001 1111 0 111000 100001001 1000 101001

Color Harmonies of #676071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676071

Black with #676071

Text Example


Text Example

White with #676071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676071; }

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

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

background-color css

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

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

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

border-color css

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

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

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