Html Css Color HEX #727074 Scarpa Flow

📋 copy color: '#727074'

red 114 ◦ green 112 ◦ blue 116

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

Shades of Scarpa Flow #727074

Tints of Scarpa Flow #727074

RGB

 RED value IS 114 (44.92% from 255) = 33.33%

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 33.33%
G = 32.75%
B = 33.92%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727074 (or 0x727074) is known color: Scarpa Flow. HEX triplet: 72, 70 and 74. RGB value is (114,112,116). Sum of RGB (Red+Green+Blue) = 114+112+116=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 116 - color contains mainly: blue. Hex color #727074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727074 is #8D8F8B. Grayscale: #717171. Windows color (decimal): -9277324 or 7630962. OLE color: 7630962.

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

Color convert

RGB 114 112 116 -
CMYK 0.02 0.03 0 0.55
HSL 270º 0.02% 0.45% -
HSV(B) 270º 0.03% 0.45% -
XYZ 15.89 16.43 18.86 -
YUV 113.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 114 112 116 0.02 0.03 0 0.55 270 0.02 0.45
Hex 72 70 74 2 3 0 37 10E 2 2D
Octal 162 160 164 2 3 0 67 416 2 55
Binary 1110010 1110000 1110100 10 11 0 110111 100001110 10 101101

Color Harmonies of #727074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727074

Black with #727074

Text Example


Text Example

White with #727074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727074; }

 p { color: rgb(114,112,116); }

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

background-color css

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

 a { background-color: rgb(114,112,116); }

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

border-color css

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

 span { border-color: rgb(114,112,116); }

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