Html Css Color HEX #728078 Sirocco

📋 copy color: '#728078'

red 114 ◦ green 128 ◦ blue 120

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

Shades of Sirocco #728078

Tints of Sirocco #728078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 31.49%
G = 35.36%
B = 33.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#728078 (or 0x728078) is known color: Sirocco. HEX triplet: 72, 80 and 78. RGB value is (114,128,120). Sum of RGB (Red+Green+Blue) = 114+128+120=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #728078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728078 is #8D7F87. Grayscale: #7A7A7A. Windows color (decimal): -9273224 or 7897202. OLE color: 7897202.

HSL color Cylindrical-coordinate representation of color #728078: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #728078 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 120 -
CMYK 0.11 0 0.06 0.50
HSL 145.71º 0.06% 0.47% -
HSV(B) 145.71º 0.11% 0.5% -
XYZ 18.05 20.37 20.75 -
YUV 122.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 114 128 120 0.11 0 0.06 0.50 145.71 0.06 0.47
Hex 72 80 78 B 0 6 32 92 6 2F
Octal 162 200 170 13 0 6 62 222 6 57
Binary 1110010 10000000 1111000 1011 0 110 110010 10010010 110 101111

Color Harmonies of #728078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728078

Black with #728078

Text Example


Text Example

White with #728078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728078; }

 p { color: rgb(114,128,120); }

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

background-color css

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

 a { background-color: rgb(114,128,120); }

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

border-color css

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

 span { border-color: rgb(114,128,120); }

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