Html Css Color HEX #747277 Scarpa Flow

📋 copy color: '#747277'

red 116 ◦ green 114 ◦ blue 119

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

Shades of Scarpa Flow #747277

Tints of Scarpa Flow #747277

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 33.24%
G = 32.66%
B = 34.1%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747277 (or 0x747277) is known color: Scarpa Flow. HEX triplet: 74, 72 and 77. RGB value is (116,114,119). Sum of RGB (Red+Green+Blue) = 116+114+119=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 119 - color contains mainly: blue. Hex color #747277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747277 is #8B8D88. Grayscale: #737373. Windows color (decimal): -9145737 or 7828084. OLE color: 7828084.

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

Color convert

RGB 116 114 119 -
CMYK 0.03 0.04 0 0.53
HSL 264º 0.02% 0.46% -
HSV(B) 264º 0.04% 0.47% -
XYZ 16.55 17.08 19.88 -
YUV 115.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 116 114 119 0.03 0.04 0 0.53 264 0.02 0.46
Hex 74 72 77 3 4 0 35 108 2 2E
Octal 164 162 167 3 4 0 65 410 2 56
Binary 1110100 1110010 1110111 11 100 0 110101 100001000 10 101110

Color Harmonies of #747277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747277

Black with #747277

Text Example


Text Example

White with #747277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747277; }

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

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

background-color css

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

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

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

border-color css

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

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

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