Html Css Color HEX #71867A Sirocco

📋 copy color: '#71867A'

red 113 ◦ green 134 ◦ blue 122

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

Shades of Sirocco #71867A

Tints of Sirocco #71867A

RGB

 RED value IS 113 (44.53% from 255) = 30.62%

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

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

R = 30.62%
G = 36.31%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#71867A (or 0x71867A) is known color: Sirocco. HEX triplet: 71, 86 and 7A. RGB value is (113,134,122). Sum of RGB (Red+Green+Blue) = 113+134+122=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #71867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867A is #8E7985. Grayscale: #7E7E7E. Windows color (decimal): -9337222 or 8029809. OLE color: 8029809.

HSL color Cylindrical-coordinate representation of color #71867A: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71867A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 122 -
CMYK 0.16 0 0.09 0.47
HSL 145.71º 0.09% 0.48% -
HSV(B) 145.71º 0.16% 0.53% -
XYZ 18.85 21.97 21.66 -
YUV 126.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 113 134 122 0.16 0 0.09 0.47 145.71 0.09 0.48
Hex 71 86 7A 10 0 9 2F 92 9 30
Octal 161 206 172 20 0 11 57 222 11 60
Binary 1110001 10000110 1111010 10000 0 1001 101111 10010010 1001 110000

Color Harmonies of #71867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71867A

Black with #71867A

Text Example


Text Example

White with #71867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,134,122); }

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

background-color css

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

 a { background-color: rgb(113,134,122); }

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

border-color css

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

 span { border-color: rgb(113,134,122); }

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