Html Css Color HEX #738279 Sirocco

📋 copy color: '#738279'

red 115 ◦ green 130 ◦ blue 121

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

Shades of Sirocco #738279

Tints of Sirocco #738279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 31.42%
G = 35.52%
B = 33.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#738279 (or 0x738279) is known color: Sirocco. HEX triplet: 73, 82 and 79. RGB value is (115,130,121). Sum of RGB (Red+Green+Blue) = 115+130+121=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #738279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738279 is #8C7D86. Grayscale: #7C7C7C. Windows color (decimal): -9207175 or 7963251. OLE color: 7963251.

HSL color Cylindrical-coordinate representation of color #738279: hue angle of 144º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #738279 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 121 -
CMYK 0.12 0 0.07 0.49
HSL 144º 0.06% 0.48% -
HSV(B) 144º 0.12% 0.51% -
XYZ 18.5 20.99 21.17 -
YUV 124.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 115 130 121 0.12 0 0.07 0.49 144 0.06 0.48
Hex 73 82 79 C 0 7 31 90 6 30
Octal 163 202 171 14 0 7 61 220 6 60
Binary 1110011 10000010 1111001 1100 0 111 110001 10010000 110 110000

Color Harmonies of #738279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738279

Black with #738279

Text Example


Text Example

White with #738279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738279; }

 p { color: rgb(115,130,121); }

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

background-color css

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

 a { background-color: rgb(115,130,121); }

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

border-color css

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

 span { border-color: rgb(115,130,121); }

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