Html Css Color HEX #71817A Sirocco

📋 copy color: '#71817A'

red 113 ◦ green 129 ◦ blue 122

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

Shades of Sirocco #71817A

Tints of Sirocco #71817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

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

R = 31.04%
G = 35.44%
B = 33.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#71817A (or 0x71817A) is known color: Sirocco. HEX triplet: 71, 81 and 7A. RGB value is (113,129,122). Sum of RGB (Red+Green+Blue) = 113+129+122=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #71817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817A is #8E7E85. Grayscale: #7B7B7B. Windows color (decimal): -9338502 or 8028529. OLE color: 8028529.

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

Color convert

RGB 113 129 122 -
CMYK 0.12 0 0.05 0.49
HSL 153.75º 0.07% 0.47% -
HSV(B) 153.75º 0.12% 0.51% -
XYZ 18.17 20.62 21.43 -
YUV 123.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 113 129 122 0.12 0 0.05 0.49 153.75 0.07 0.47
Hex 71 81 7A C 0 5 31 9A 7 2F
Octal 161 201 172 14 0 5 61 232 7 57
Binary 1110001 10000001 1111010 1100 0 101 110001 10011010 111 101111

Color Harmonies of #71817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71817A

Black with #71817A

Text Example


Text Example

White with #71817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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