Html Css Color HEX #75847C Sirocco

📋 copy color: '#75847C'

red 117 ◦ green 132 ◦ blue 124

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

Shades of Sirocco #75847C

Tints of Sirocco #75847C

RGB

 RED value IS 117 (46.09% from 255) = 31.37%

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 31.37%
G = 35.39%
B = 33.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#75847C (or 0x75847C) is known color: Sirocco. HEX triplet: 75, 84 and 7C. RGB value is (117,132,124). Sum of RGB (Red+Green+Blue) = 117+132+124=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #75847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75847C is #8A7B83. Grayscale: #7E7E7E. Windows color (decimal): -9075588 or 8160373. OLE color: 8160373.

HSL color Cylindrical-coordinate representation of color #75847C: hue angle of 148º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75847C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 124 -
CMYK 0.11 0 0.06 0.48
HSL 148º 0.06% 0.49% -
HSV(B) 148º 0.11% 0.52% -
XYZ 19.23 21.74 22.25 -
YUV 126.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 117 132 124 0.11 0 0.06 0.48 148 0.06 0.49
Hex 75 84 7C B 0 6 30 94 6 31
Octal 165 204 174 13 0 6 60 224 6 61
Binary 1110101 10000100 1111100 1011 0 110 110000 10010100 110 110001

Color Harmonies of #75847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75847C

Black with #75847C

Text Example


Text Example

White with #75847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,132,124); }

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

background-color css

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

 a { background-color: rgb(117,132,124); }

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

border-color css

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

 span { border-color: rgb(117,132,124); }

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