Html Css Color HEX #73867C Sirocco

📋 copy color: '#73867C'

red 115 ◦ green 134 ◦ blue 124

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

Shades of Sirocco #73867C

Tints of Sirocco #73867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 30.83%
G = 35.92%
B = 33.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#73867C (or 0x73867C) is known color: Sirocco. HEX triplet: 73, 86 and 7C. RGB value is (115,134,124). Sum of RGB (Red+Green+Blue) = 115+134+124=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #73867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867C is #8C7983. Grayscale: #7F7F7F. Windows color (decimal): -9206148 or 8160883. OLE color: 8160883.

HSL color Cylindrical-coordinate representation of color #73867C: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73867C is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 124 -
CMYK 0.14 0 0.07 0.47
HSL 148.42º 0.08% 0.49% -
HSV(B) 148.42º 0.14% 0.53% -
XYZ 19.23 22.15 22.33 -
YUV 127.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 115 134 124 0.14 0 0.07 0.47 148.42 0.08 0.49
Hex 73 86 7C E 0 7 2F 94 8 31
Octal 163 206 174 16 0 7 57 224 10 61
Binary 1110011 10000110 1111100 1110 0 111 101111 10010100 1000 110001

Color Harmonies of #73867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73867C

Black with #73867C

Text Example


Text Example

White with #73867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73867C; }

 p { color: rgb(115,134,124); }

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

background-color css

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

 a { background-color: rgb(115,134,124); }

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

border-color css

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

 span { border-color: rgb(115,134,124); }

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