Html Css Color HEX #73827A Sirocco

📋 copy color: '#73827A'

red 115 ◦ green 130 ◦ blue 122

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

Shades of Sirocco #73827A

Tints of Sirocco #73827A

RGB

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

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

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

R = 31.34%
G = 35.42%
B = 33.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#73827A (or 0x73827A) is known color: Sirocco. HEX triplet: 73, 82 and 7A. RGB value is (115,130,122). Sum of RGB (Red+Green+Blue) = 115+130+122=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #73827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73827A is #8C7D85. Grayscale: #7C7C7C. Windows color (decimal): -9207174 or 8028787. OLE color: 8028787.

HSL color Cylindrical-coordinate representation of color #73827A: hue angle of 148º 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 #73827A is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 122 -
CMYK 0.12 0 0.06 0.49
HSL 148º 0.06% 0.48% -
HSV(B) 148º 0.12% 0.51% -
XYZ 18.57 21.02 21.49 -
YUV 124.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 115 130 122 0.12 0 0.06 0.49 148 0.06 0.48
Hex 73 82 7A C 0 6 31 94 6 30
Octal 163 202 172 14 0 6 61 224 6 60
Binary 1110011 10000010 1111010 1100 0 110 110001 10010100 110 110000

Color Harmonies of #73827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73827A

Black with #73827A

Text Example


Text Example

White with #73827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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