Html Css Color HEX #637C70 Sirocco

📋 copy color: '#637C70'

red 99 ◦ green 124 ◦ blue 112

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

Shades of Sirocco #637C70

Tints of Sirocco #637C70

RGB

 RED value IS 99 (39.06% from 255) = 29.55%

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 29.55%
G = 37.01%
B = 33.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#637C70 (or 0x637C70) is known color: Sirocco. HEX triplet: 63, 7C and 70. RGB value is (99,124,112). Sum of RGB (Red+Green+Blue) = 99+124+112=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #637C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C70 is #9C838F. Grayscale: #737373. Windows color (decimal): -10257296 or 7371875. OLE color: 7371875.

HSL color Cylindrical-coordinate representation of color #637C70: hue angle of 151.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #637C70 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 124 112 -
CMYK 0.20 0 0.10 0.51
HSL 151.2º 0.11% 0.44% -
HSV(B) 151.2º 0.2% 0.49% -
XYZ 15.28 18.24 18.04 -
YUV 115.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 99 124 112 0.20 0 0.10 0.51 151.2 0.11 0.44
Hex 63 7C 70 14 0 A 33 97 B 2C
Octal 143 174 160 24 0 12 63 227 13 54
Binary 1100011 1111100 1110000 10100 0 1010 110011 10010111 1011 101100

Color Harmonies of #637C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637C70

Black with #637C70

Text Example


Text Example

White with #637C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637C70; }

 p { color: rgb(99,124,112); }

 H1.HeaderClassName
 {
   color: #637C70;
 }
 .AnyTagClassName
 {
   color: #637C70;
 }
</style>

background-color css

<style>
 a { background-color: #637C70; }

 a { background-color: rgb(99,124,112); }

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

border-color css

<style>
 span { border-color: #637C70; }

 span { border-color: rgb(99,124,112); }

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