Html Css Color HEX #5A7769 Sirocco

📋 copy color: '#5A7769'

red 90 ◦ green 119 ◦ blue 105

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

Shades of Sirocco #5A7769

Tints of Sirocco #5A7769

RGB

 RED value IS 90 (35.55% from 255) = 28.66%

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 28.66%
G = 37.9%
B = 33.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5A7769 (or 0x5A7769) is known color: Sirocco. HEX triplet: 5A, 77 and 69. RGB value is (90,119,105). Sum of RGB (Red+Green+Blue) = 90+119+105=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7769 is #A58896. Grayscale: #6C6C6C. Windows color (decimal): -10848407 or 6911834. OLE color: 6911834.

HSL color Cylindrical-coordinate representation of color #5A7769: hue angle of 151.03º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7769 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 119 105 -
CMYK 0.24 0 0.12 0.53
HSL 151.03º 0.14% 0.41% -
HSV(B) 151.03º 0.24% 0.47% -
XYZ 13.36 16.39 15.82 -
YUV 108.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 90 119 105 0.24 0 0.12 0.53 151.03 0.14 0.41
Hex 5A 77 69 18 0 C 35 97 E 29
Octal 132 167 151 30 0 14 65 227 16 51
Binary 1011010 1110111 1101001 11000 0 1100 110101 10010111 1110 101001

Color Harmonies of #5A7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7769

Black with #5A7769

Text Example


Text Example

White with #5A7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7769; }

 p { color: rgb(90,119,105); }

 H1.HeaderClassName
 {
   color: #5A7769;
 }
 .AnyTagClassName
 {
   color: #5A7769;
 }
</style>

background-color css

<style>
 a { background-color: #5A7769; }

 a { background-color: rgb(90,119,105); }

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

border-color css

<style>
 span { border-color: #5A7769; }

 span { border-color: rgb(90,119,105); }

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