Html Css Color HEX #74867C Sirocco

📋 copy color: '#74867C'

red 116 ◦ green 134 ◦ blue 124

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

Shades of Sirocco #74867C

Tints of Sirocco #74867C

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

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

R = 31.02%
G = 35.83%
B = 33.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#74867C (or 0x74867C) is known color: Sirocco. HEX triplet: 74, 86 and 7C. RGB value is (116,134,124). Sum of RGB (Red+Green+Blue) = 116+134+124=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #74867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74867C is #8B7983. Grayscale: #7F7F7F. Windows color (decimal): -9140612 or 8160884. OLE color: 8160884.

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

Color convert

RGB 116 134 124 -
CMYK 0.13 0 0.07 0.47
HSL 146.67º 0.07% 0.49% -
HSV(B) 146.67º 0.13% 0.53% -
XYZ 19.37 22.22 22.34 -
YUV 127.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 116 134 124 0.13 0 0.07 0.47 146.67 0.07 0.49
Hex 74 86 7C D 0 7 2F 93 7 31
Octal 164 206 174 15 0 7 57 223 7 61
Binary 1110100 10000110 1111100 1101 0 111 101111 10010011 111 110001

Color Harmonies of #74867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74867C

Black with #74867C

Text Example


Text Example

White with #74867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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