Html Css Color HEX #73847A Sirocco

📋 copy color: '#73847A'

red 115 ◦ green 132 ◦ blue 122

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

Shades of Sirocco #73847A

Tints of Sirocco #73847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 31.17%
G = 35.77%
B = 33.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#73847A (or 0x73847A) is known color: Sirocco. HEX triplet: 73, 84 and 7A. RGB value is (115,132,122). Sum of RGB (Red+Green+Blue) = 115+132+122=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #73847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847A is #8C7B85. Grayscale: #7D7D7D. Windows color (decimal): -9206662 or 8029299. OLE color: 8029299.

HSL color Cylindrical-coordinate representation of color #73847A: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847A is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 122 -
CMYK 0.13 0 0.08 0.48
HSL 144.71º 0.07% 0.48% -
HSV(B) 144.71º 0.13% 0.52% -
XYZ 18.83 21.55 21.58 -
YUV 125.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 115 132 122 0.13 0 0.08 0.48 144.71 0.07 0.48
Hex 73 84 7A D 0 8 30 91 7 30
Octal 163 204 172 15 0 10 60 221 7 60
Binary 1110011 10000100 1111010 1101 0 1000 110000 10010001 111 110000

Color Harmonies of #73847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73847A

Black with #73847A

Text Example


Text Example

White with #73847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73847A; }

 p { color: rgb(115,132,122); }

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

background-color css

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

 a { background-color: rgb(115,132,122); }

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

border-color css

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

 span { border-color: rgb(115,132,122); }

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