Html Css Color HEX #737078 Scarpa Flow

📋 copy color: '#737078'

red 115 ◦ green 112 ◦ blue 120

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

Shades of Scarpa Flow #737078

Tints of Scarpa Flow #737078

RGB

 RED value IS 115 (45.31% from 255) = 33.14%

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

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 33.14%
G = 32.28%
B = 34.58%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#737078 (or 0x737078) is known color: Scarpa Flow. HEX triplet: 73, 70 and 78. RGB value is (115,112,120). Sum of RGB (Red+Green+Blue) = 115+112+120=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 120 - color contains mainly: blue. Hex color #737078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737078 is #8C8F87. Grayscale: #717171. Windows color (decimal): -9211784 or 7893107. OLE color: 7893107.

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

Color convert

RGB 115 112 120 -
CMYK 0.04 0.07 0 0.53
HSL 262.5º 0.03% 0.45% -
HSV(B) 262.5º 0.07% 0.47% -
XYZ 16.25 16.59 20.11 -
YUV 113.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 115 112 120 0.04 0.07 0 0.53 262.5 0.03 0.45
Hex 73 70 78 4 7 0 35 106 3 2D
Octal 163 160 170 4 7 0 65 406 3 55
Binary 1110011 1110000 1111000 100 111 0 110101 100000110 11 101101

Color Harmonies of #737078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737078

Black with #737078

Text Example


Text Example

White with #737078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737078; }

 p { color: rgb(115,112,120); }

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

background-color css

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

 a { background-color: rgb(115,112,120); }

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

border-color css

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

 span { border-color: rgb(115,112,120); }

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