Html Css Color HEX #676072 Scarpa Flow

📋 copy color: '#676072'

red 103 ◦ green 96 ◦ blue 114

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

Shades of Scarpa Flow #676072

Tints of Scarpa Flow #676072

RGB

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

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

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

R = 32.91%
G = 30.67%
B = 36.42%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676072 (or 0x676072) is known color: Scarpa Flow. HEX triplet: 67, 60 and 72. RGB value is (103,96,114). Sum of RGB (Red+Green+Blue) = 103+96+114=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #676072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676072 is #989F8D. Grayscale: #646464. Windows color (decimal): -10002318 or 7495783. OLE color: 7495783.

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

Color convert

RGB 103 96 114 -
CMYK 0.10 0.16 0 0.55
HSL 263.33º 0.09% 0.41% -
HSV(B) 263.33º 0.16% 0.45% -
XYZ 12.81 12.46 17.65 -
YUV 100.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 103 96 114 0.10 0.16 0 0.55 263.33 0.09 0.41
Hex 67 60 72 A 10 0 37 107 9 29
Octal 147 140 162 12 20 0 67 407 11 51
Binary 1100111 1100000 1110010 1010 10000 0 110111 100000111 1001 101001

Color Harmonies of #676072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676072

Black with #676072

Text Example


Text Example

White with #676072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676072; }

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

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

background-color css

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

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

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

border-color css

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

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

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